feat: schedule 6h backup via GitHub Actions instead of Vercel cron

This commit is contained in:
Christian Vidal Wolf
2026-05-15 08:10:39 +02:00
parent b911ada50b
commit f66295f07b
2 changed files with 29 additions and 3 deletions
-3
View File
@@ -6,9 +6,6 @@
{ "source": "/api/bc-export", "destination": "api/bc-export.js" },
{ "source": "/api/backup", "destination": "api/backup.js" }
],
"crons": [
{ "path": "/api/backup", "schedule": "0 0,6,12,18 * * *" }
],
"headers": [
{
"source": "/(.*)",