Git workflow, environments & CI/CD pipeline #1
Reference in New Issue
Block a user
Delete Branch "feature/git-workflow"
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?
Bootstraps the Git workflow, environment strategy, and CI/CD pipeline.
What is in here
docker-compose.staging.yml(production-parity, isolated ports/volumes) +-Stagingswitch on deploy scripts +.env.staging.example.scripts/install-hooks.ps1.security.yml(gitleaks + NuGet/npm vuln gate),deploy-staging.yml(auto-redeploy local staging on develop),deploy-prod.yml(tag-gated prod promotion, inactive until server exists).Follow-ups before the pipeline is fully live
deploy-stagingfires and CI actually runs.🤖 Generated with Claude Code