From 141391eb24594b016c5988718d63d392b370c47a Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 17 Nov 2015 08:58:26 +0100 Subject: [PATCH] Support drush commands during deploy --- deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deploy.yml b/deploy.yml index b2b7a3f4..5c935575 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 -- GitLab