woodpecker setup

This commit is contained in:
hackish 2024-08-13 22:44:11 -07:00
parent c24d0d9941
commit 912589302e

View file

@ -1,13 +1,13 @@
steps: steps:
- name: build - name: build
image: docker:latest image: docker
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
commands: commands:
- docker build -t codebreaker/caddy-keydb:latest . - docker build -t codebreaker/caddy-keydb:latest .
- name: deploy - name: deploy
image: docker:latest image: docker
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
commands: commands: