Zeabur offers hosting for full-stack web applications. Astro sites can be hosted as both SSR or static output.
This guide includes instructions for deploying to Zeabur through the website UI.
Project Configuration
Section titled “Project Configuration”Static Site
Section titled “Static Site”Astro outputs a static site by default. There is no need for any extra configuration to deploy a static Astro site to Zeabur.
Adapter for SSR
Section titled “Adapter for SSR”To enable SSR in your Astro project and deploy on Zeabur:
How to deploy
Section titled “How to deploy”You can deploy your Astro site to Zeabur if the project is stored in GitHub.
After your project has been imported and deployed, all subsequent pushes to branches will generate new builds.
Learn more about Zeabur’s Deployment Guide.