Add three tier-scoped deploy workflows to the root .mokogitea/workflows/
dir so Template-Go is the canonical source that syncs to Go server repos:
- deploy-dev.yml : push to `dev`, DEV_* variables
- deploy-rc.yml : push to `rc`, RC_* variables (reference pattern)
- deploy-prod.yml : push to `main`, PROD_* variables (+ :latest tag push)
All three share identical structure and reuse the org secrets
DEPLOY_SSH_KEY + MOKOGITEA_TOKEN. Deployment config is fully
parameterized via repo Actions variables (nothing hardcoded): quoted
heredoc with TAG/REGISTRY_TOKEN injected via ssh env-prefix, the
${TIER}_TAG_ENV compose env-var driving the shared compose file (no
sed), docker rm -f before --force-recreate, health-check loop, and an
external curl verify.
Closes#3
Claude-Session: https://claude.ai/code/session_01Wsno14cxE49MstXFs9G5KT