# Deployment

* `git add .`
* `git commit -m "deployment time"`
* `git push`
* Use any hosting provider that supports Remix Vite like [Vercel](https://vercel.com) or [Netlify](https://netlify.com).
* Don’t forget to add the `Environment Variables` for production.
* For handling webhooks for live payments, don’t forget to follow the [Stripe Production Guide](https://onemix-docs.saask.ing/features/payments)
* Go live and share your project with the world!
