Refs #378: Add tool: Deployer

This commit is contained in:
cytopia 2018-09-14 08:58:16 +02:00
parent c84235c620
commit dd4eff2efd
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
4 changed files with 10 additions and 2 deletions

View File

@ -14,7 +14,7 @@ putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
$DEVILBOX_VERSION = 'v0.15';
$DEVILBOX_DATE = '2018-09-12';
$DEVILBOX_DATE = '2018-09-14';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
//

View File

@ -95,7 +95,7 @@ services:
# PHP / HHVM
# ------------------------------------------------------------
php:
image: devilbox/php-fpm:${PHP_SERVER:-7.0}-work-0.38
image: devilbox/php-fpm:${PHP_SERVER:-7.0}-work-0.39
##
## All .env variables

View File

@ -33,6 +33,12 @@
Composer <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>
.. |ext_lnk_tool_dep| raw:: html
<a target="_blank" href="https://deployer.org/">
Deployer <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>
.. |ext_lnk_tool_drush| raw:: html
<a target="_blank" href="https://www.drush.org">

View File

@ -26,6 +26,8 @@ The PHP container is your workhorse and these are your tools:
+----------------------+---------------------------------------+
| ``composer`` | |ext_lnk_tool_composer| |
+----------------------+---------------------------------------+
| ``dep`` | |ext_lnk_tool_dep| |
+----------------------+---------------------------------------+
| ``drush`` | |ext_lnk_tool_drush| |
+----------------------+---------------------------------------+
| ``drupal`` | |ext_lnk_tool_drupal_console| |