diff --git a/tasks/finalize/artefact.yml b/tasks/finalize/artefact.yml
index c8eab50089a80f91c8c1e680c415cd4924eeaef9..24c2411ae89d770244c47845fc13d032a8f37e7d 100644
--- a/tasks/finalize/artefact.yml
+++ b/tasks/finalize/artefact.yml
@@ -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'