backup-server/.woodpecker.yml
Andrew Davidson f426e78880
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
populating PUSH_TOKEN
2023-03-03 23:02:49 -08:00

15 lines
276 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}
# secrets:
# - PUSH_TOKEN
commands:
- /bin/sh build.sh