minetro / deployer-sandbox
This package is abandoned and no longer maintained.
The author suggests using the contributte/deployer package instead.
Ftp-deployer sandbox
2.1.1
2015-05-26 09:01 UTC
This package is not auto-updated.
Last update: 2021-04-24 13:16:12 UTC
README
Based on ftp-deployment.
Discussion / Help
Install
$ composer create-project minetro/deployer-sandbox:~2.1.0 --prefer-dist --no-dev --no-install -v
Description
deployer.phar
(~38kB)
Compiled ftp-deployment into single file without Google-Closure-Compiler and YuiCompressor.
deployer.full.phar
(~7.3MB)
Compiled ftp-deployment into single file with Google-Closure-Compiler and YuiCompressor.
Pre-deploy
- Place to
project/deploy
folder - Set
username
,password
andhost
inconfig.php
- Update
ignore
files/folders inconfig.php
Deploy
Test mode
php deploy/deployer.phar deploy/config.php -t
Deploy mode
php deploy/deployer.phar deploy/config.php