Overview
SuperBox deployment has two independent steps:- Cloudflare Worker - deployed with
wrangler deploy(edge, globally distributed) - Go API - deployed as a Docker container (self-hosted or any container platform)
Deploy the Cloudflare Worker
1
Install dependencies
2
Authenticate
3
Deploy
Deploy the Go API
Docker build
Environment variables
CI/CD (GitHub Actions)
Example workflow:Verify deployment
Rollback
docker run with the previous image tag.