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

Fix finalize tasks in artefact mode

parent 6e9738a7
No related branches found
No related tags found
No related merge requests found
......@@ -4,14 +4,14 @@
- block:
- name: Move directories
command: mv /path/to/foo /path/to/bar
command: mv {{ item.src }} {{ item.dest }}
with_items:
- src: '{{ webRoot }}/files'
dest: '{{ tempDeployRoot }}'
dest: '{{ tempDeployRoot }}/'
- src: '{{ webRoot }}/settings'
dest: '{{ tempDeployRoot }}'
dest: '{{ tempDeployRoot }}/'
- src: '{{ webRoot }}/web/sites/default'
dest: '{{ tempDeployRoot }}/web/sites'
dest: '{{ tempDeployRoot }}/web/sites/'
- src: '{{ webRoot }}'
dest: '{{ webRoot }}-old'
- src: '{{ tempDeployRoot }}'
......
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