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

Support drush commands during deploy

parent 425c8f11
Branches
Tags
No related merge requests found
...@@ -22,3 +22,9 @@ ...@@ -22,3 +22,9 @@
shell: "{{ item }}" shell: "{{ item }}"
with_items: deploy.scripts with_items: deploy.scripts
when: deploy.scripts is defined 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment