Updated deploy webhooks [CI SKIP]

main^2
Jef Roosens 2022-02-25 22:07:03 +01:00
parent 4a4362c138
commit 88e048fbe2
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,8 @@ pipeline:
webhook: webhook:
image: chewingbever/vlang:latest image: chewingbever/vlang:latest
secrets: secrets:
- webhook - webhook_1
- webhook_2
commands: commands:
- curl -XPOST -s "$WEBHOOK" - curl -XPOST -s "$WEBHOOK_1"
- curl -XPOST -s "$WEBHOOK_2"