Skip to content

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.yml for local or any container runtime.

    Guide

AWS

  • Lambda


    Container-based Lambda function. Deploy with dotflow deploy or sam deploy.

    Guide

  • Lambda + EventBridge


    Scheduled Lambda with cron/rate expressions. Deploy with dotflow deploy --schedule.

    Guide

  • Lambda + S3 Trigger


    Pipeline triggered by S3 file upload. Deploy with dotflow deploy.

    Guide

  • Lambda + SQS Trigger


    Pipeline triggered by SQS messages. Deploy with dotflow deploy.

    Guide

  • Lambda + API Gateway


    Pipeline triggered by HTTP POST. Deploy with dotflow deploy.

    Guide

  • ECS Fargate


    Task definition for ECS Fargate. Deploy with dotflow deploy.

    Guide

  • ECS + EventBridge


    Scheduled Fargate task. Deploy with CloudFormation.

    Guide

  • Step Functions πŸ”œ


    State machine with Lambda tasks via SAM.

    Guide

  • Batch πŸ”œ


    Fargate batch job for heavy workloads.

    Guide

  • App Runner πŸ”œ


    Serverless container service with minimal config.

    Guide

GCP

  • Cloud Run


    Deploy with gcloud run deploy.

    Guide

  • Cloud Run + Scheduler


    Scheduled Cloud Run with Cloud Scheduler.

    Guide

  • Cloud Functions πŸ”œ


    Serverless function with HTTP trigger.

    Guide

  • Cloud Workflows πŸ”œ


    Orchestration workflow definition.

    Guide

  • Cloud Tasks πŸ”œ


    HTTP task queue with Cloud Run backend.

    Guide

  • Pub/Sub Trigger πŸ”œ


    Cloud Run triggered by Pub/Sub messages.

    Guide

Alibaba Cloud

  • Function Compute


    Serverless function on Alibaba Cloud FC. Deploy with dotflow deploy.

    Guide

  • FC + Timer Trigger


    Scheduled FC function with cron. Deploy with dotflow deploy --schedule.

    Guide

Kubernetes

  • Kubernetes


    Deploy with kubectl apply.

    Guide

Azure πŸ”œ

  • Azure Functions


    Timer-triggered function with function.json.

    Guide

  • Azure Container Apps


    Containerized pipeline on Azure Container Apps.

    Guide

  • Azure Container Instances πŸ”œ


    One-shot container execution.

    Guide

  • Azure Logic Apps πŸ”œ


    Orchestration workflow with HTTP trigger.

    Guide

  • Azure Queue Trigger πŸ”œ


    Azure Function triggered by Storage Queue messages.

    Guide

CI/CD

  • GitHub Actions


    Scheduled workflow running on GitHub Actions. Deploy with dotflow deploy.

    Guide

  • GitLab CI πŸ”œ


    CI/CD pipeline with schedule and manual trigger.

    Guide

More platforms πŸ”œ

  • Heroku


    Procfile + heroku.yml for Heroku deployment.

    Guide

  • Fly.io


    fly.toml for Fly.io edge deployment.

    Guide

  • Railway


    railway.json for Railway deployment.

    Guide

  • Render


    render.yaml for Render deployment.

    Guide

  • DigitalOcean


    app.yaml for DigitalOcean App Platform.

    Guide

  • Vercel πŸ”œ


    Serverless function via HTTP endpoint.

    Guide

  • Coolify πŸ”œ


    Self-hosted PaaS deployment via Docker.

    Guide

  • Nomad πŸ”œ


    Batch job for HashiCorp Nomad orchestrator.

    Guide

  • Terraform πŸ”œ


    Infrastructure as Code.

    Guide