mirror of
https://github.com/cytopia/devilbox.git
synced 2025-06-12 12:18:25 +00:00
Refs #378: Add tool: Deployer
This commit is contained in:
@ -14,7 +14,7 @@ putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
|
|||||||
|
|
||||||
|
|
||||||
$DEVILBOX_VERSION = 'v0.15';
|
$DEVILBOX_VERSION = 'v0.15';
|
||||||
$DEVILBOX_DATE = '2018-09-12';
|
$DEVILBOX_DATE = '2018-09-14';
|
||||||
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -95,7 +95,7 @@ services:
|
|||||||
# PHP / HHVM
|
# PHP / HHVM
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
php:
|
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
|
## All .env variables
|
||||||
|
@ -33,6 +33,12 @@
|
|||||||
Composer <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
|
Composer <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
|
||||||
</a>
|
</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
|
.. |ext_lnk_tool_drush| raw:: html
|
||||||
|
|
||||||
<a target="_blank" href="https://www.drush.org">
|
<a target="_blank" href="https://www.drush.org">
|
||||||
|
@ -26,6 +26,8 @@ The PHP container is your workhorse and these are your tools:
|
|||||||
+----------------------+---------------------------------------+
|
+----------------------+---------------------------------------+
|
||||||
| ``composer`` | |ext_lnk_tool_composer| |
|
| ``composer`` | |ext_lnk_tool_composer| |
|
||||||
+----------------------+---------------------------------------+
|
+----------------------+---------------------------------------+
|
||||||
|
| ``dep`` | |ext_lnk_tool_dep| |
|
||||||
|
+----------------------+---------------------------------------+
|
||||||
| ``drush`` | |ext_lnk_tool_drush| |
|
| ``drush`` | |ext_lnk_tool_drush| |
|
||||||
+----------------------+---------------------------------------+
|
+----------------------+---------------------------------------+
|
||||||
| ``drupal`` | |ext_lnk_tool_drupal_console| |
|
| ``drupal`` | |ext_lnk_tool_drupal_console| |
|
||||||
|
Reference in New Issue
Block a user