Deploy Site
You can deploy your primo site anywhere. These are the suggested options because they're free and when you build an update, they'll deploy automatically.
Github Pages
Make sure you've built your primo site out to a repository
Go to that repository's settings and scroll down to Github Pages
Enable Github Pages, pointing it at your repo's root
Vercel
Make sure you've built your primo site out to a repository
Follow the [instructions](https://vercel.com/docs/git/vercel-for-github) for importing a Github repository.
There's no need to configure the install. Just point it to the root of the repo.
Netlify
Follow the [instructions](https://www.netlify.com/blog/2016/09/29/a-step-by-step-guide-deploying-on-netlify/) for deploying to Netlify.
When configuring the settings, do not enter a build command or a public directory (the site is pre-built and index.html is in the root)
Last updated
Was this helpful?