On this page
Deploy your Astro Site to Heroku
Heroku is a platform-as-a-service for building, running, and managing modern apps in the cloud. You can deploy an Astro site to Heroku using this guide.
How to deploy
Install the Heroku CLI.
Create a Heroku account by signing up.
Run
heroku login
and fill in your Heroku credentials:Terminal windowCreate a file called
static.json
in the root of your project with the below content:static.json
:This is the configuration of your site; read more at heroku-buildpack-static.
Set up your Heroku git remote:
Terminal windowDeploy your site:
Terminal window
More Deployment Guides
Filter by deploy type© 2021 Fred K. Schott
Licensed under the MIT License.
https://docs.astro.build/en/guides/deploy/heroku/