Commit 713d54a3 by Ibrahim

make migrate command

parent 83fb8804
......@@ -33,9 +33,9 @@
shell: 'mysql -u root -e "{{ item }}"'
with_items: "{{ WHITELABEL_MYSQL_COMMAND }}"
#- name: Run Discovery migrations
# shell: "make migrate"
# args:
# chdir: "{{ discovery_code_dir }}"
# become_user: "{{ discovery_user }}"
# environment: "{{ discovery_environment }}"
- name: Run Discovery migrations
shell: "make migrate"
args:
chdir: "{{ discovery_code_dir }}"
become_user: "{{ discovery_user }}"
environment: "{{ discovery_environment }}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment