Remove deploy step

Because of the bug that causes a panic, this CI run is also required to
properly deploy the newest vieter version for aarch64
main^2
Jef Roosens 2022-04-07 22:23:10 +02:00
parent ffd83eeb18
commit fb4710fc2a
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 0 additions and 17 deletions

View File

@ -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"