another wp
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful

This commit is contained in:
hackish 2024-08-13 22:52:55 -07:00
parent 912589302e
commit 0ec3b9db9c

View file

@ -1,5 +1,7 @@
steps:
- name: build
when:
event: push
image: docker
volumes:
- /var/run/docker.sock:/var/run/docker.sock
@ -7,6 +9,8 @@ steps:
- docker build -t codebreaker/caddy-keydb:latest .
- name: deploy
when:
event: push
image: docker
volumes:
- /var/run/docker.sock:/var/run/docker.sock