Ir para o conteúdo

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