sync-to-prod
Installation
SKILL.md
Sync to Production Skill
This skill provides workflows for synchronizing Kubernetes kustomization configurations from staging to production environment in the simplex-gitops repository.
⚠️ CRITICAL: Production Deployment Policy
生产环境部署必须手动执行,禁止自动同步。
The workflow is:
- ✅ Update kustomization.yaml (can be automated)
- ✅ Commit and push to GitLab (can be automated)
- ⛔ ArgoCD sync to production cluster - MUST BE MANUAL
After pushing changes, inform the user:
- Changes are pushed to the repository
- Production ArgoCD app will detect the changes but will NOT auto-sync
- User must manually trigger sync via ArgoCD UI or CLI when ready