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