2022-02-01 22:47:29 +01:00
|
|
|
# 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:
|
2022-02-25 22:07:03 +01:00
|
|
|
- webhook_1
|
|
|
|
- webhook_2
|
2022-02-01 22:47:29 +01:00
|
|
|
commands:
|
2022-02-25 22:07:03 +01:00
|
|
|
- curl -XPOST -s "$WEBHOOK_1"
|
|
|
|
- curl -XPOST -s "$WEBHOOK_2"
|