Template
chore(sync): cascade main -> dev #25
Reference in New Issue
Block a user
Delete Branch "main"
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?
Automated cascade of main into dev. Auto-merges when conflict-free, auto-resolves VERSION-stamp-only conflicts, otherwise left open for manual resolution.
Rewrite deploy-{dev,rc,prod}.yml from the inline build-on-host model to a thin trigger: checkout + determine tag + write deploy key + set up mokocli, then 'php cli/deploy.php --tier <t> --tag <tag> --ssh-*' which SSHes '<tier> <tag>' to the deploy-<repo> forced-command user. No registry token or build script in CI. Safe to cascade: an onboarding guard (job-level if + step-level check on <TIER>_SSH_USERNAME) makes un-onboarded go repos no-op instead of failing. Authored-by: Moko Consulting