diff --git a/.woodpecker.yml b/.woodpecker.yml index e0bd822..aa8cc24 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,4 +9,4 @@ pipeline: volumes: - /var/run/docker.sock:/var/run/docker.sock commands: - - cd deploy && /bin/bash build.sh + - /bin/bash build.sh