feat(T-553): vercel.json git.deploymentEnabled=false + GitHub-labels
Vercel's eigen Git-integratie uitzetten zodat de GitHub Actions workflow de enige bron van deploy-truth wordt. Plus labels skip-deploy en force-deploy aangemaakt voor selectieve controle in volgende taken. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
30955462e4
commit
6e5c91b6fa
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||||
|
"git": { "deploymentEnabled": false },
|
||||||
"crons": [
|
"crons": [
|
||||||
{
|
{
|
||||||
"path": "/api/cron/expire-questions",
|
"path": "/api/cron/expire-questions",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue