mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-20 17:33:05 +00:00
Refs #378: Add tool: Deployer
This commit is contained in:
parent
c84235c620
commit
dd4eff2efd
@ -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';
|
||||
|
||||
//
|
||||
|
@ -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
|
||||
|
@ -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">
|
||||
|
@ -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| |
|
||||
|
Loading…
x
Reference in New Issue
Block a user