Files
proxmox/config/gitea-workflow-templates
defiQUG cd8a52ae84
Some checks failed
Deploy to Phoenix / validate (push) Successful in 1m29s
Deploy to Phoenix / deploy (push) Has been cancelled
Deploy to Phoenix / deploy-atomic-swap-dapp (push) Has been cancelled
Deploy to Phoenix / cloudflare (push) Has been cancelled
docs: Gitea CD operator checklist + wire templates README; executable parity script
Made-with: Cursor
2026-04-28 04:26:39 -07:00
..

Gitea Actions workflow templates

Copy one of these into your repo as .gitea/workflows/<workflow-name>.yml, then set repo Secrets in Gitea (PHOENIX_DEPLOY_URL, PHOENIX_DEPLOY_TOKEN).

Template Use when
deploy-via-phoenix-api.yml App/service with a row in phoenix-deploy-api/deploy-targets.json
validate-only.yml Libraries/docs — CI gate only, no VM deploy
repos/ Concrete YAML for DBIS, CROMERO, CurrenciCombo — copy into those Gitea repos

See docs/04-configuration/GITEA_REPO_VM_CD_CI_MATRIX.md for repo ↔ VM mapping.

Operator checklist: docs/00-meta/GITEA_CD_OPERATOR_CHECKLIST.md.