backup-server/.woodpecker.yml
Andrew Davidson c44630ee42
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
using woodpecker credentials
2023-03-03 23:07:35 -08:00

17 lines
322 B
YAML

clone:
git:
image: plugins/git
depth: 1
pipeline:
build:
image: docker
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- PUSH_TOKEN=$${PUSH_TOKEN}
- PUSH_USER=$${PUSH_USER}
secrets:
- PUSH_TOKEN
- PUSH_USER
commands:
- /bin/sh build.sh