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...