deploying-airflow

Installation
SKILL.md

Deploying Airflow

This skill covers deploying Airflow DAGs and projects to production, whether using Astro (Astronomer's managed platform) or open-source Airflow on Docker Compose or Kubernetes.

Choosing a path: Astro is a good fit for managed operations and faster CI/CD. For open-source, use Docker Compose for dev and the Helm chart for production.


Astro (Astronomer)

Astro provides CLI commands and GitHub integration for deploying Airflow projects.

Deploy Commands

Command What It Does
astro deploy Full project deploy — builds Docker image and deploys DAGs
astro deploy --dags DAG-only deploy — pushes only DAG files (fast, no image build)
astro deploy --image Image-only deploy — pushes only the Docker image (for multi-repo CI/CD)
Related skills

More from astronomer/agents

Installs
357
GitHub Stars
361
First Seen
Feb 24, 2026