zenbook migration

This commit is contained in:
2026-02-08 10:25:39 +01:00
commit 84b8735385
178 changed files with 5350 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
zerops:
- setup: app
build:
os: alpine
base:
- go@1
buildCommands:
- go build -o cacher main.go
cache: true
deployFiles:
- cacher
run:
os: ubuntu
base: ubuntu@latest