Fixed both worker and web launcher and also fixed the prod.env file

This commit is contained in:
2016-02-03 14:11:25 -05:00
parent 2098efe716
commit b233143404
3 changed files with 17 additions and 17 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=/root/wrestlingApp
git: repo={{ repository }} dest=/root/wrestlingApp
- name: Create and run delayed job worker
shell: cd /root/wrestlingApp && bash rails-worker-prod.sh wrestlingdev-worker
command: chdir=/root/wrestlingApp bash rails-prod.sh wrestlingdev-worker