Deploying to Production (Vercel)
Congratulations, you’ve built your Astroship project! Now it’s time to deploy it to production.
Preparing for production
1. Create your Vercel project and production branch
Follow the instructions in Configuring Astroship → Deployment (Vercel)
2. Configure environment variables
Follow the Connect to Vercel section for all the integrations you’re using under Configuring Astroship.
Deploying to production
After you’ve merged your changes to the main
branch, you can deploy to production by running:
npm run deploy
Vercel receives the push and takes your changes live. You can monitor this process in the Vercel dashboard.