CI/CD Integration

Push to Deploy, Automatically

Official GitHub Actions for static sites and container deployments. Deploy action for CDN, full suite for Quant Cloud.

Deploy to QuantCDN main · 2m 14s
Success
Push to main
abc1234
Checkout
2s
Build npm run build
1m 42s
Deploy quantcdn/deploy-action
28s
Purge Cache
2s
Deployed to production
View live
main production
PR #42 pr-42
GitHub Actions
Auto-deploy
Env detection
2
CDN Actions
6
Cloud Actions
Auto
Env Detection
GitHub
Actions
Static Sites

Deploy Static Sites to CDN

Deploy and purge actions for static sites. Build your site with any framework and deploy to QuantCDN with a simple workflow.

  • quantcdn/deploy-action@v5
  • quantcdn/purge-action@v2
  • Directory uploads
  • Chunked transfers

Deploy action docs

CI/CD Pipeline main branch
Completed
Push to main Trigger
feat: add new hero section
Build 12s
npm ci && npm run build
Deploy to QuantCDN 8s
quantcdn/deploy-action@v5
Live on 90+ edge locations
20s total
GitHub
GitLab
Bitbucket
Environment Detection
Automatic
main
production
PR #123
pr-123
feature/auth
feature-auth
v1.2.0
production
Action output
QUANT_ENVIRONMENT=pr-123
QUANT_IMAGE_TAG=my-app:pr-123
Auto-detect
Branch aware
Tag support
Environment Detection

Automatic Environment Naming

The init action automatically detects environments from your Git context. Main branch deploys to production, PRs get pr-123 environments, feature branches get isolated environments.

  • main → production
  • PR #123 → pr-123
  • feature/* → feature-*
  • Tags → production

Environment docs

Quant Cloud

Container Deployments

Full suite of GitHub Actions for Quant Cloud container deployments. Initialize, translate docker-compose, create environments, manage variables, sync, and backup.

  • Init action
  • Compose translator
  • Environment management
  • Sync & backup actions

Cloud actions docs

Application Stack docker-compose.yml
Running
web :3000
node:20-alpine
2 replicas
api :8080
go:1.21
worker
python:3.12
postgres
postgres:16
redis
redis:alpine
Volumes: db_data · redis_cache · uploads

Automate Your Deployments

Set up CI/CD in minutes with official GitHub Actions. Start with a 30-day free trial.

Deploy action for CDN
Purge action for cache
6 Quant Cloud actions
Auto env detection