Template
feat(ci): add standard go deploy workflows (deploy-dev/rc/prod) #9
Reference in New Issue
Block a user
Delete Branch "chore/add-go-deploy-standard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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/.