Added deploy webhook

main
Jef Roosens 2022-02-01 22:47:29 +01:00
parent 25a7f9fd51
commit c3cacee55d
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# Deploys the newest development image to my server
branches: [dev]
platform: linux/amd64
depends_on:
- docker
skip_clone: true
pipeline:
webhook:
image: chewingbever/vlang:latest
secrets:
- webhook
commands:
- curl -XPOST -s "$WEBHOOK"