diff --git a/.woodpecker.yml b/.woodpecker.yml index 51e6698..c4530cd 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,13 +5,13 @@ when: steps: - name: build image: docker:latest - volumes: - - /var/run/docker.sock:/var/run/docker.sock commands: - docker build -t test . - - name: deploy - image: docker:latest volumes: - /var/run/docker.sock:/var/run/docker.sock + - name: deploy + image: docker:latest commands: - - sh run.sh \ No newline at end of file + - sh run.sh + volumes: + - /var/run/docker.sock:/var/run/docker.sock \ No newline at end of file