backup-server/.woodpecker.yml

14 lines
275 B
YAML
Raw Normal View History

2023-03-04 06:07:00 +00:00
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
2023-03-04 06:43:35 +00:00
environment:
2023-03-04 06:48:24 +00:00
- PUSH_TOKEN=$${PUSH_TOKEN}
2023-03-04 06:07:00 +00:00
commands:
2023-03-04 06:09:25 +00:00
- /bin/sh build.sh