Compare commits

..

2 Commits

Author SHA1 Message Date
48ac50f64c Merge branch 'master' of https://deadbeef.codes/steven/mandelmapper
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-31 09:44:34 -06:00
d5f9fb4b86 fix prod not getting updated on push 2019-08-31 09:44:33 -06:00

View File

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