Astro Integration
Deploy Astro, One Click
Deploy Astro sites with a pre-configured starter template, or use CLI and GitHub Actions for existing projects. Static output served from 90+ global edge locations.
Choose Your Workflow
One-click deploy for new projects, or CLI and GitHub Actions for existing Astro sites.
One-Click Deploy
Deploy a starter template with GitHub Actions pre-configured. Connect your GitHub account and deploy in minutes.
- Creates repo in your GitHub account
- Configures secrets and workflows automatically
- Deploys on every push to main
Deploy Astro Now
CLI Deploy
Deploy existing Astro projects with the Quant CLI. Works with any build setup.
# Install CLI npm install -g @quantcdn/quant-cli # Initialize and deploy quant init npm run build quant deploy dist/
CLI documentation
Automated Deployment
Add the deploy action to any existing Astro project. Build in CI, deploy to edge.
- Deploy on push to main
- Chunk-based uploads for speed
- Automatic cache purge
- Works with any CI provider
name: Deploy to QuantCDN
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci && npm run build
- uses: quantcdn/deploy-action@v2
with:
customer: ${{ secrets.QUANT_CUSTOMER }}
project: ${{ secrets.QUANT_PROJECT }}
token: ${{ secrets.QUANT_TOKEN }}
dir: distNeed Server-Side Rendering?
Deploy Astro with SSR on Quant Cloud. Run server components, API routes, and dynamic content with the Node.js adapter.
- Server components and API routes
- Dynamic rendering at request time
- Australian hosted infrastructure
- Automatic scaling and zero-downtime deploys
Choose Your Deployment
Static (SSG)
Pre-built HTML served from 90+ edge locations. Best for blogs, marketing sites, and content-heavy pages.
Server (SSR)
Dynamic rendering with API routes and server components. Best for apps needing authentication, databases, or real-time data.
Deploy Your Astro Site
One-click deploy or bring your own project. 30-day free trial, no credit card required.