Deploy code from the Astro IDE

Public Preview
This feature is in Public Preview.

The Astro IDE offers an integrated workflow for deploying Airflow dag changes. This allows you to deploy your latest changes from the Astro IDE to your Astro environment.

Deploy to an Astro Deployment

Follow these steps to deploy your latest changes from the Astro IDE to your Astro environment.

Prerequisites

  • An Astro Deployment.
  • The project must have been:
    • Imported using the Astro GitHub integration, or
    • Imported with the Astro CLI, or
    • Created directly in the Astro IDE. Projects imported via manual Git provider configuration cannot be deployed directly from the IDE. Commit and push your changes to your Git provider, then use your organization’s standard CI/CD pipeline to deploy.
1

Open the Deploy menu

In the Astro IDE, click the More Actions menu toolbar and select Deploy Project….

2

Choose version and Deployment target

In the Deploy Project dialog:

  • Review or edit the Version you want to deploy.
  • Select the Deployment target from your available Deployments.
3

Deploy

Click Deploy Project to start the code deploy.

4

Confirm deployment

In the Astro UI, open the target Deployment and check Deploy History in the Overview tab. Confirm that the latest deployment entry shows Astro IDE in the Deployed By column to verify your code was successfully deployed from the IDE.