dfba / just-deploy
Deploy projects without any extra setup.
0.1.4
2017-09-26 15:18 UTC
Requires
- league/flysystem: ^1.0
- league/flysystem-sftp: ^1.0
- phpseclib/phpseclib: ^2.0
This package is not auto-updated.
Last update: 2025-02-02 07:02:22 UTC
README
Deploy projects without any extra setup.
1. Install
composer require --dev dfba/just-deploy:0.1.*
or:
php composer.phar require --dev dfba/just-deploy:0.1.*
2. Configure
- Copy the files from the
examples
folder into your project root. - Adjust the credentials in
JustDeployProduction.php
. - Commit
JustDeploy.php
to version control, but keepJustDeployProduction.php
out of it.
3. Deploy
Windows:
vendor\bin\just-deploy production
Linux/Unix:
./vendor/bin/just-deploy production