Release 0.2.0 #121
1 changed files with 0 additions and 17 deletions
|
|
@ -1,17 +0,0 @@
|
||||||
# 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_1
|
|
||||||
- webhook_2
|
|
||||||
commands:
|
|
||||||
- curl -XPOST -s "$WEBHOOK_1"
|
|
||||||
- curl -XPOST -s "$WEBHOOK_2"
|
|
||||||
Reference in a new issue