Fixed both worker and web launcher and also fixed the prod.env file
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
# This task clones the repo and runs the webserver docker container.
|
||||
|
||||
- name: Copy the code from repository
|
||||
git: repo={{ repository }} dest=/root/wrestlingApp
|
||||
git: repo={{ repository }} dest=/root/wrestlingApp
|
||||
|
||||
- name: Create and start apache docker image
|
||||
shell: cd /root/wrestlingApp && bash rails-prod.sh wrestlingdev-web
|
||||
command: chdir=/root/wrestlingApp bash rails-prod.sh wrestlingdev-web
|
||||
|
||||
|
||||
Reference in New Issue
Block a user