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.

Total downloads Latest stable

Discussion / Help

Join the chat

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

  1. Place to project/deploy folder
  2. Set username, password and host in config.php
  3. Update ignore files/folders in config.php

Deploy

Test mode

php deploy/deployer.phar deploy/config.php -t 

Deploy mode

php deploy/deployer.phar deploy/config.php