diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..e0bd822 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,12 @@ +clone: + git: + image: plugins/git + depth: 1 + +pipeline: + build: + image: devforth/drone-builder + volumes: + - /var/run/docker.sock:/var/run/docker.sock + commands: + - cd deploy && /bin/bash build.sh