brendanpetty/deployer

A small library that automates deployment process for the app

Installs: 62

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Shell

pkg:composer/brendanpetty/deployer

v1.4 2025-10-27 00:15 UTC

This package is auto-updated.

Last update: 2025-11-27 00:35:20 UTC


README

A small library that automates deployment process for the app

Install into Project

composer require brendanpetty/deployer

Set Up Project

cd ~
wget https://raw.githubusercontent.com/brendanpetty/deployer/main/install_deployer.sh
chmod u+x install_deployer.sh
./install_deployer.sh

Then edit .env file with (at least) credentials for Database & Email.

Deploy Project

From terminal, run (replace * with your relevant path)

    ~/deploy_*.sh

Generally option 2 will do all the necessary updates work, then option 1 to exit the script.