forked from vieter-v/vieter
Updated deploy webhooks [CI SKIP]
parent
4a4362c138
commit
88e048fbe2
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue