diff --git a/tasks/finalize/artefact.yml b/tasks/finalize/artefact.yml index d81ea0f1dce2ba0c6b56e55e8c1d35c29186097e..5d2110b7a4c4db1197e7009922027de93b282086 100644 --- a/tasks/finalize/artefact.yml +++ b/tasks/finalize/artefact.yml @@ -18,8 +18,8 @@ - src: '{{ webRoot }}/settings' dest: '{{ tempDeployRoot }}/settings' reset: true - - src: '{{ webRoot }}/web/sites/default' - dest: '{{ tempDeployRoot }}/web/sites/default' + - src: '{{ webRoot }}/web/sites' + dest: '{{ tempDeployRoot }}/web/sites' reset: true - src: '{{ webRoot }}' dest: '{{ tempDeployRoot }}-old' @@ -36,8 +36,8 @@ - src: '{{ webRoot }}/settings' dest: '{{ tempDeployRoot }}/settings' reset: true - - src: '{{ webRoot }}/web/sites/default' - dest: '{{ tempDeployRoot }}/web/sites/default' + - src: '{{ webRoot }}/web/sites' + dest: '{{ tempDeployRoot }}/web/sites' reset: true - src: '{{ webRoot }}' dest: '{{ tempDeployRoot }}-old'