-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vercel migration #57
Vercel migration #57
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
netlify/functions/nightly-build.ts
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not a great way to replicate this in Vercel unfortunately, I'll setup a cron-job.org account to handle triggering a build webhook
src/utils/github.ts
Outdated
if (typeof import.meta.env.PUBLIC_VITE_GITHUB_TOKEN !== 'string') { | ||
Accept: "application/vnd.github.v3+json", | ||
}) | ||
if (typeof import.meta.env.GITHUB_TOKEN !== "string") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we had a mix of a couple variables here, simplified to a single server-only variable
This reverts commit 554cfdc.
Migrating the site from Netlify to Vercel
TODO:
main
build and deploy in Netlify before mergingmain