backup-server/.woodpecker.yml
Andrew Davidson 33c08fe5ba
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
populating PUSH_TOKEN
2023-03-03 23:03:21 -08:00

15 lines
272 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