Add deployer support (#579)

* add deployer option

* export path for all composer global installations

* add deployer option

* fix typo

* add readme for deployer installation

* deployer default option changed to false

* Add missing deployer menu
This commit is contained in:
Talip Durmuş
2017-01-31 11:05:42 +02:00
committed by Bo-Yi Wu
parent e9d4e5579e
commit c5e2e7e1e2
3 changed files with 50 additions and 7 deletions

View File

@ -26,6 +26,7 @@ services:
- COMPOSER_GLOBAL_INSTALL=false
- INSTALL_WORKSPACE_SSH=false
- INSTALL_LARAVEL_ENVOY=false
- INSTALL_DEPLOYER=false
- INSTALL_LINUXBREW=false
- PUID=1000
- PGID=1000