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:
- 'dev-modules {{ (drupal.dev_mode|default(false))|ternary("on","off") }}'
d8:
- 'sset system.maintenance_mode 1'
- 'cache-rebuild all'
- 'config-import sync'
- 'cache-rebuild'
- 'updatedb'
- 'entity-updates'
- 'entup'
- 'config-import sync'
- 'dev-modules {{ (drupal.dev_mode|default(false))|ternary("on","off") }}'
- 'sset system.maintenance_mode 0'
- 'cache-rebuild all'
- 'cache-rebuild'
letsencrypt_pause_services:
- 'apache2'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment