feat(ci): add standard go deploy workflows (deploy-dev/rc/prod) #9

Merged
jmiller merged 1 commits from chore/add-go-deploy-standard into main 2026-07-13 22:22:15 +00:00
Owner

Parameterized deploy-dev/rc/prod for the go platform, driven by each repo's {DEV,RC,PROD}_* vars. Adopted from MokoGitea-Fork's proven deploy-rc.yml. Once merged + synced, go repos get these in root and cleanupOrphanedWorkflows protects them.

Parameterized deploy-dev/rc/prod for the go platform, driven by each repo's {DEV,RC,PROD}_* vars. Adopted from MokoGitea-Fork's proven deploy-rc.yml. Once merged + synced, go repos get these in root and cleanupOrphanedWorkflows protects them.
jmiller added 1 commit 2026-07-13 22:22:14 +00:00
feat(ci): add standard parameterized deploy workflows for go platform
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Generic: Project CI / Lint & Validate (pull_request) Successful in 5s
Generic: Repo Health / Access control (pull_request) Successful in 1s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Universal: PR Check / Secret Scan (pull_request) Successful in 5s
Universal: PR Check / Validate PR (pull_request) Successful in 6s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Successful in 1s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 10s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Successful in 9s
Generic: Project CI / Tests (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report: Scripts Governance (pull_request) Has been cancelled
Generic: Repo Health / Report: Repository Health (pull_request) Has been cancelled
5471fa02fb
deploy-dev.yml / deploy-rc.yml / deploy-prod.yml — 100% var-driven
({DEV,RC,PROD}_* Actions vars + DEPLOY_SSH_KEY/MOKOGITEA_TOKEN secrets),
portable across all go server repos. Becomes the go-platform standard so
deploy lives in the workflows root (synced, prune-safe) instead of custom/.
jmiller merged commit d84fd83bdd into main 2026-07-13 22:22:15 +00:00
Sign in to join this conversation.
No Reviewers
Priority -
Type -
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/Template-Go#9