antweb/deployer-recipe

There is no license information available for the latest version (2.0.0) of this package.

2.0.0 2022-05-19 11:15 UTC

This package is auto-updated.

Last update: 2024-03-29 03:59:34 UTC


README

composer require antweb/deployer-recipe

Make sure you have install deployer using this command

curl -LO https://deployer.org/deployer.phar
mv deployer.phar /usr/local/bin/dep
chmod +x /usr/local/bin/dep

reference: https://deployer.org/docs/installation.html

Run these command in project folder root (either linux or windows terminal will be fine)

cp ./vendor/antweb/deployer-recipe/hosts.example.yml ./hosts.yml
cp ./vendor/antweb/deployer-recipe/deploy.example.php ./deploy.php

Add the following line to .gitignore (create one if the file is not exist)

/hosts.yml

Edit the hosts.yml file and deploy.php file accordingly

Run

dep deploy beta