forked from vieter-v/vieter
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 aarch64cron
parent
ffd83eeb18
commit
fb4710fc2a
|
@ -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"
|
|
Loading…
Reference in New Issue