Moved prod.env file

This commit is contained in:
2016-02-03 11:20:47 -05:00
parent 37adf2e65b
commit 2098efe716
3 changed files with 19 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
# This task clones the repo and runs the worker docker container.
#
- name: Copy the code from repository
git: repo={{ repository }} dest=/var/www/html/
git: repo={{ repository }} dest=/root/wrestlingApp
- name: Create and run delayed job worker
shell: cd /var/www/html/ && bash rails-worker-prod.sh wrestlingdev-worker
shell: cd /root/wrestlingApp && bash rails-worker-prod.sh wrestlingdev-worker