Cloud Deployment¶
Deploy your dotflow pipelines to any major cloud provider. Choose a target platform during project creation and get all the infrastructure files you need — fully configured and ready to deploy.
Docker¶
-
Docker
Dockerfile+docker-compose.ymlfor local or any container runtime.
AWS¶
-
Lambda
Container-based Lambda function. Deploy with
dotflow deployorsam deploy. -
Lambda + EventBridge
Scheduled Lambda with cron/rate expressions. Deploy with
dotflow deploy --schedule. -
Lambda + S3 Trigger
Pipeline triggered by S3 file upload. Deploy with
dotflow deploy. -
Lambda + SQS Trigger
Pipeline triggered by SQS messages. Deploy with
dotflow deploy. -
Lambda + API Gateway
Pipeline triggered by HTTP POST. Deploy with
dotflow deploy. -
ECS Fargate
Task definition for ECS Fargate. Deploy with
dotflow deploy. -
ECS + EventBridge
Scheduled Fargate task. Deploy with CloudFormation.
-
Step Functions
State machine with Lambda tasks via SAM.
-
Batch
Fargate batch job for heavy workloads.
-
App Runner
Serverless container service with minimal config.
GCP¶
-
Cloud Run
Deploy with
gcloud run deploy. -
Cloud Run + Scheduler
Scheduled Cloud Run with Cloud Scheduler.
-
Cloud Functions
Serverless function with HTTP trigger.
-
Cloud Workflows
Orchestration workflow definition.
-
Cloud Tasks
HTTP task queue with Cloud Run backend.
-
Pub/Sub Trigger
Cloud Run triggered by Pub/Sub messages.
Alibaba Cloud¶
Kubernetes¶
-
Kubernetes
Deploy with
kubectl apply.
Azure
¶
-
Azure Functions
Timer-triggered function with
function.json. -
Azure Container Apps
Containerized pipeline on Azure Container Apps.
-
Azure Container Instances
One-shot container execution.
-
Azure Logic Apps
Orchestration workflow with HTTP trigger.
-
Azure Queue Trigger
Azure Function triggered by Storage Queue messages.
CI/CD¶
More platforms
¶
-
Heroku
Procfile+heroku.ymlfor Heroku deployment. -
Fly.io
fly.tomlfor Fly.io edge deployment. -
Railway
railway.jsonfor Railway deployment. -
Render
render.yamlfor Render deployment. -
DigitalOcean
app.yamlfor DigitalOcean App Platform. -
Vercel
Serverless function via HTTP endpoint.
-
Coolify
Self-hosted PaaS deployment via Docker.
-
Nomad
Batch job for HashiCorp Nomad orchestrator.
-
Terraform
Infrastructure as Code.