From cece672c17cc6a0296d879df914f8007347885ea Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Thu, 21 Jan 2016 22:53:56 -0500 Subject: [PATCH] Named worker incorrectly when running container --- code-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-deploy.yml b/code-deploy.yml index 21fd2de..5f7c8f6 100644 --- a/code-deploy.yml +++ b/code-deploy.yml @@ -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