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

Remove deprecated drush config-import argument

parent fb170251
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ drupal_post_deploy_tasks:
d8:
- sset system.maintenance_mode 1
- cache-rebuild
- config-import sync
- config-import
- updatedb
- php:eval "node_access_rebuild();"
- deploy:hook
......
......@@ -23,7 +23,7 @@
- sql:sync --create-db @{{ drupal.id }}_stages.{{ branch|replace("/","-") }} @{{ drupal.id }}_stages.{{ destination_branch|replace("/","-") }}
- rsync @{{ drupal.id }}_stages.{{ branch|replace("/","-") }}:%files/ @{{ drupal.id }}_stages.{{ destination_branch|replace("/","-") }}:%files -- --chown={{ apacheUser }}:{{ apacheUser }} --safe-links
- cache-rebuild
- config-import sync
- config-import
- updatedb
- name: Set files ownership
......
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