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:
- name: build
image: docker:latest
image: docker
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker build -t codebreaker/caddy-keydb:latest .
- name: deploy
image: docker:latest
image: docker
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands: