This repository has been archived on 2026-01-06. You can view files and clone it, but cannot push or open issues/pull-requests.
|
# 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
|
|
commands:
|
|
- curl -XPOST -s "$WEBHOOK"
|