Launch a trial, no registration needed https://diploi.com/component/astro
Uses the official node Docker image.
Has the @astrojs/ node adapter preconfigured.
- Sign up at
https://console.diploi.com/using your GitHub account. - In your dashboard, click Create Project +
- Under Pick Components, choose Astro
If you want to expand your Astro website with other tools, like a backend framework, here you can add them. - In Pick Add-ons, select any databases or tools supported on Diploi.
- In Repository, choose Create Repository which will generate a new GitHub repo for you.
- Click Launch Stack
Prefer the full guide? Check https://diploi.com/blog/hosting_astro_apps
Will run npm install when component is first initialized, and npm run dev when deployment is started.
Will build a production ready image. Image runs npm install & npm build when being created. Once the image runs, npm start is called.