dfba / just-deploy
Deploy projects without any extra setup.
Installs: 305
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dfba/just-deploy
Requires
- league/flysystem: ^1.0
- league/flysystem-sftp: ^1.0
- phpseclib/phpseclib: ^2.0
This package is not auto-updated.
Last update: 2025-10-12 10:23:26 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