lander/.woodpecker.yml

23 lines
439 B
YAML
Raw Normal View History

2022-11-15 21:24:00 +01:00
platform: 'linux/amd64'
branches: 'main'
pipeline:
docker:
image: 'plugins/docker'
settings:
registry: 'git.rustybever.be'
repo: 'git.rustybever.be/chewing_bever/lander'
tag:
- 'latest'
mtu: 1300
secrets:
- 'docker_username'
- 'docker_password'
2022-11-21 14:19:56 +01:00
deploy:
image: 'curlimages/curl'
secrets:
- 'webhook_url'
commands:
- 'curl -XPOST -s --fail $WEBHOOK_URL'