site-backend/.woodpecker/.deploy.yml

22 lines
375 B
YAML
Raw Normal View History

2022-04-02 21:02:15 +02:00
platform: 'linux/amd64'
branches: 'main'
2022-04-02 13:45:04 +02:00
pipeline:
release:
image: 'plugins/docker'
settings:
repo: 'chewingbever/site'
tag:
- 'latest'
2022-11-01 19:58:04 +01:00
mtu: 1300
2022-04-02 13:45:04 +02:00
secrets:
- 'docker_username'
- 'docker_password'
deploy:
image: 'curlimages/curl'
secrets:
- 'webhook'
commands:
- curl -XPOST --fail -s "$WEBHOOK"