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 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
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
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
GitHub Actions Suite
Official actions for static and container deployments.
Deploy Action
Deploy static site files to QuantCDN. Supports directory uploads with chunked transfers.
- Static files
- Directory upload
- Chunk size config
Purge Action
Invalidate CDN cache after deployments. Supports URL patterns for targeted purges.
- URL patterns
- Wildcard support
- Post-deploy purge
Init Action
Initialize Quant Cloud deployment. Authenticates, detects environment, logs into registry.
- Registry auth
- Env detection
- Image tagging
Compose Action
Translate docker-compose files for Quant Cloud. Converts compose specs to cloud format.
- Compose translation
- Service mapping
- Volume config
Environment Action
Create and update Quant Cloud environments. Deploy containers from translated compose specs.
- Create/update
- Compose deploy
- Environment config
Sync & Backup Actions
Sync data between environments and create backups with retention policies.
- DB sync
- File sync
- Backup retention
Automate Your Deployments
Set up CI/CD in minutes with official GitHub Actions. Start with a 30-day free trial.