Skip to content
Snippets Groups Projects
Commit a1ae2735 authored by jurgenhaas's avatar jurgenhaas
Browse files

Adjust drush commands to work with drush 8 and 9

parent 712074a3
No related branches found
No related tags found
No related merge requests found
...@@ -18,13 +18,13 @@ drupal_post_deploy_tasks: ...@@ -18,13 +18,13 @@ drupal_post_deploy_tasks:
- 'dev-modules {{ (drupal.dev_mode|default(false))|ternary("on","off") }}' - 'dev-modules {{ (drupal.dev_mode|default(false))|ternary("on","off") }}'
d8: d8:
- 'sset system.maintenance_mode 1' - 'sset system.maintenance_mode 1'
- 'cache-rebuild all' - 'cache-rebuild'
- 'config-import sync'
- 'updatedb' - 'updatedb'
- 'entity-updates' - 'entup'
- 'config-import sync'
- 'dev-modules {{ (drupal.dev_mode|default(false))|ternary("on","off") }}' - 'dev-modules {{ (drupal.dev_mode|default(false))|ternary("on","off") }}'
- 'sset system.maintenance_mode 0' - 'sset system.maintenance_mode 0'
- 'cache-rebuild all' - 'cache-rebuild'
letsencrypt_pause_services: letsencrypt_pause_services:
- 'apache2' - 'apache2'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment