Files
zcli-playground/godummy/zerops.yml
T
2026-02-08 10:25:39 +01:00

17 lines
311 B
YAML

zerops:
- setup: app
build:
os: alpine
base: go@latest
buildCommands:
- go build -o app main.go
cache: true
deployFiles:
- app
run:
os: alpine
base: alpine@latest
ports:
- port: 8080
httpSupport: true
start: ./app