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

gitlab-ci-cd/drupal#2 Move only dynamically generated drush files to the new site

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