Files
2026-03-31 11:03:01 +02:00

18 lines
312 B
YAML

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