backup-server/.woodpecker.yml
Andrew Davidson f4e5bb389f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
populating PUSH_TOKEN
2023-03-03 22:48:24 -08:00

13 lines
275 B
YAML

clone:
git:
image: plugins/git
depth: 1
pipeline:
build:
image: docker:20.10.16 # fix at least major here
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- PUSH_TOKEN=$${PUSH_TOKEN}
commands:
- /bin/sh build.sh