diff --git a/deploy.yml b/deploy.yml
index b2b7a3f45ff8a56b593b37ad48ed1d37bc78681a..5c9355759e6675221d626319dc52e3ead25d8fcb 100644
--- a/deploy.yml
+++ b/deploy.yml
@@ -22,3 +22,9 @@
       shell: "{{ item }}"
       with_items: deploy.scripts
       when: deploy.scripts is defined
+    - name: "Deploy | Drush"
+      shell: "drush -y @{{ deploy.drush.alias }} {{ item }}"
+      with_items:
+        - "fra"
+        - "cc all"
+      when: deploy.drush is defined