templates: add support for scheduled publish to the website template [no lint] (#10455)

Adds configuration for vercel cron jobs and scheduled publish/unpublish
in website templates
This commit is contained in:
Paul
2025-01-08 13:43:47 -06:00
committed by GitHub
parent 17e7ee2315
commit 7321f9f3d5
14 changed files with 432 additions and 7 deletions

View File

@@ -95,7 +95,7 @@ async function main() {
encodeURI(
`${templateRepoUrlBase}/with-vercel-website` +
'&project-name=payload-project' +
'&env=PAYLOAD_SECRET' +
'&env=PAYLOAD_SECRET%2CCRON_SECRET' +
'&build-command=pnpm run ci' +
'&stores=[{"type":"postgres"},{"type":"blob"}]', // Postgres and Vercel Blob Storage
),