Craft CMS Integration
Deploy Craft CMS, One Click
Deploy Craft CMS on Quant Cloud with managed database and automatic scaling. The CMS that developers and content creators love.
Flexible Content Management
Deploy Craft CMS with its intuitive control panel, Matrix fields, and powerful Twig templating.
One-Click Deploy
Deploy a Craft CMS starter template with GitHub Actions pre-configured. Connect your GitHub account and deploy in minutes.
- Creates repo in your GitHub account
- MySQL database provisioned automatically
- Deploys on every push to main
Deploy Craft CMS Now
Managed Infrastructure
Everything Craft CMS needs, fully managed and scaled automatically.
- MySQL with automatic backups
- S3-compatible asset storage
- SMTP relay for transactional email
Learn about Quant Cloud
Automated Deployment
Push to main to build and deploy. Container images built automatically and deployed to Quant Cloud.
- Deploy on push to main
- Zero-downtime deployments
- Automatic migrations on deploy
- Environment variable management
name: Deploy to Quant Cloud
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: quantcdn/cloud-init-action@v1
with:
customer: ${{ secrets.QUANT_CUSTOMER }}
project: ${{ secrets.QUANT_PROJECT }}
token: ${{ secrets.QUANT_TOKEN }}
- uses: quantcdn/cloud-deploy-action@v1
with:
environment: productionCraft CMS Starter Template
Pre-configured Craft CMS project with database migrations and Quant Cloud deployment ready to go.
Deploy Your Craft CMS Site
One-click deploy with managed database and storage. 30-day free trial, no credit card required.