Commit 8a0d4e5
fix: replace hourly scheduled deploy with per-push deploy on production
Remove scheduled-deploy.yml (hourly cron) and add a deploy job directly
in ci.yml that fires after CI passes on pushes to the production branch.
Fixes a silent bug where the hourly hook was likely configured for branch
'main', causing Vercel's ignoreCommand to cancel every build (it only
allows 'production' builds). The new setup deploys immediately when a
release PR merges, with no unnecessary hourly overhead.
Also update vercel.json note to reflect the new flow.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 93bfb3e commit 8a0d4e5
File tree
3 files changed
+33
-77
lines changed- .github/workflows
- apps/web
3 files changed
+33
-77
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments