Release 0.2.0 #121

Merged
Jef Roosens merged 125 commits from release-0.2.0 into main 2022-04-11 09:41:43 +02:00
Showing only changes of commit 88e048fbe2 - Show all commits

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"