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

gitlab-ci-cd/drupal#2 Copy drush settings from previous site during artefact deployment

parent 5c4558a3
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,9 @@
- name: Set facts
set_fact:
artefact_directories:
- src: '{{ webRoot }}/drush'
dest: '{{ tempDeployRoot }}/drush'
reset: true
- src: '{{ webRoot }}/files'
dest: '{{ tempDeployRoot }}/files'
reset: true
......
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