Skip to content

Deployment

Fresh

Source: shipfa.st/docs/deployment

Procedure

  1. Commit your code and push to a private repo on GitHub
  2. Use your favorite hosting provider (Vercel recommended) to create a new project from the GitHub repo
  3. Set all environment variables in your hosting provider
  4. Deploy

ShipFast can be deployed anywhere NextJS is supported: Vercel, Netlify, AWS, etc.

Production Checklist

  • [ ] All .env.local variables set in production
  • [ ] Stripe Test Mode OFF, production keys set
  • [ ] Stripe webhook endpoint created for production domain
  • [ ] Google OAuth redirect URIs include production domain
  • [ ] siteUrl set in next-sitemap.config.js
  • [ ] Logo, favicon, and OG images added
  • [ ] Google Search Console domain claimed

See Also