diff --git a/.woodpecker.yml b/.woodpecker.yml index 154c1cf..671d539 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,4 +8,4 @@ pipeline: volumes: - /var/run/docker.sock:/var/run/docker.sock commands: - - cd deploy && /bin/sh build.sh + - /bin/sh build.sh