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.