From d5f9fb4b8644b5126c28703e2662f67e0b5a1839 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Sat, 31 Aug 2019 09:44:33 -0600 Subject: [PATCH] fix prod not getting updated on push --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3bbfd16..42ba113 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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...