mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-10 18:04:43 +00:00
Adding tool: deployer
This commit is contained in:
@@ -202,6 +202,7 @@ software_enabled:
|
||||
- asgardcms
|
||||
- awesomeci
|
||||
- codeception
|
||||
- deployer
|
||||
- drush
|
||||
- drupalconsole
|
||||
- gitflow
|
||||
@@ -333,6 +334,12 @@ software_available:
|
||||
check: composer --version 2>/dev/null | grep -E 'version\s*[.0-9]+'
|
||||
all:
|
||||
command: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
deployer:
|
||||
disabled: []
|
||||
check: dep --version 2>/dev/null | grep -E 'Deployer\s*[.0-9]+'
|
||||
all:
|
||||
command: curl https://deployer.org/deployer.phar -L -o /usr/local/bin/dep
|
||||
post: chmod +x /usr/local/bin/dep
|
||||
drush:
|
||||
disabled: [5.2]
|
||||
check: drush --version | grep -E '[.0-9]+'
|
||||
|
||||
Reference in New Issue
Block a user