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
This commit is contained in:
Jef Roosens 2022-04-07 22:23:10 +02:00
parent ffd83eeb18
commit fb4710fc2a
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

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"