chore(ci): gate auto-deploy behind AUTO_DEPLOY_ENABLED repo-variable (#154)
Voorkomt automatische Vercel-deploys op PR-preview en push-naar-main zolang \`vars.AUTO_DEPLOY_ENABLED == 'true'\` ontbreekt. Default-staat: auto-deploy UIT, scheelt Actions-minuten op het free-plan. Handmatig deployen blijft werken via workflow_dispatch (Actions tab → "Run workflow" → kies preview of production). Die job (\`deploy-manual\`) is niet aan de flag gebonden. Aanzetten van auto-deploy: Settings → Secrets and variables → Actions → Variables → New repository variable: \`AUTO_DEPLOY_ENABLED\` = \`true\`. \`changes\` job (path-filter) staat ook achter de flag — die wordt alleen gebruikt door de twee auto-deploy jobs. Runbook bijgewerkt met de nieuwe default + uitleg. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a268df3680
commit
00dbbb4f94
3 changed files with 28 additions and 10 deletions
|
|
@ -122,7 +122,7 @@ Auto-generated on 2026-05-07 from front-matter and headings.
|
|||
| [Agent-flow: open issues & decision log](./runbooks/agent-flow-pitfalls.md) | `runbooks/agent-flow-pitfalls.md` | active | 2026-05-03 |
|
||||
| [Auto-PR flow: van story-DONE naar gemergde PR](./runbooks/auto-pr-flow.md) | `runbooks/auto-pr-flow.md` | active | 2026-05-06 |
|
||||
| [Branch, PR & Commit Strategy](./runbooks/branch-and-commit.md) | `runbooks/branch-and-commit.md` | active | 2026-05-03 |
|
||||
| [Deploy-controle: triggers, labels, path-filter](./runbooks/deploy-control.md) | `runbooks/deploy-control.md` | active | 2026-05-05 |
|
||||
| [Deploy-controle: triggers, labels, path-filter](./runbooks/deploy-control.md) | `runbooks/deploy-control.md` | active | 2026-05-07 |
|
||||
| [Vercel Deployment](./runbooks/deploy-vercel.md) | `runbooks/deploy-vercel.md` | active | 2026-05-03 |
|
||||
| [MCP Integration — Scrum4Me Tools](./runbooks/mcp-integration.md) | `runbooks/mcp-integration.md` | active | 2026-05-03 |
|
||||
| [v1.0 Smoke Test Checklist](./runbooks/v1-smoke-test.md) | `runbooks/v1-smoke-test.md` | active | 2026-05-04 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue