Named worker incorrectly when running container

This commit is contained in:
2016-01-21 22:53:56 -05:00
parent 02965e9380
commit cece672c17

View File

@@ -22,7 +22,7 @@
- name: Refresh code
command: chdir=/root/wrestlingApp git pull origin master
- name: Restart and rebuild docker container
command: chdir=/root/wrestlingApp bash rails-worker-prod.sh wrestlingdev-app
command: chdir=/root/wrestlingApp bash rails-worker-prod.sh wrestlingdev-worker
- name: Wait 5 seconds for server to warm up
command: sleep 5s