Is the .github/workflows/deploy-sanity.yml
really needed?
#176
Unanswered
JamesSingleton
asked this question in
Q&A
Replies: 1 comment
-
I've been getting my head around this recently too coming from a WordPress background. My understanding is the GitHub Actions workflow is for deploying your Sanity Studio to Sanity's hosting (my-project.sanity.studio), which is separate from your Next.js frontend that Vercel handles. It isn't strictly necessary, you can skip it and just run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that if you add the items that are listed in .env.sample for the studio in the
turbo.json
as well as the projects environment variables and deploy via Vercel that everything just works without needing the GitHub workflow.Beta Was this translation helpful? Give feedback.
All reactions