fix prod not getting updated on push

This commit is contained in:
Steven Polley 2019-08-31 09:44:33 -06:00
parent 42c657cc3a
commit d5f9fb4b86
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ steps:
from_secret: sshpassword
script:
- echo Informing spud to pull latest container and infrastructure...
- cd deadbeef.codes-infrastructure
- cd deadbeef.codes-infrastructure/spud
- git pull
- docker-compose pull >/dev/null
- echo Restarting updated services...