Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to deploy dags in v0.9.0 #103

Open
nsivapra opened this issue Dec 13, 2024 · 0 comments
Open

Unable to deploy dags in v0.9.0 #103

nsivapra opened this issue Dec 13, 2024 · 0 comments

Comments

@nsivapra
Copy link

I've recently upgraded the deploy actions from astronomer/[email protected] to astronomer/[email protected] to use wake-on-deploy. However, I'm noticing none of the dag deploys and updates are appearing in the instance.

Github actions:

    - name: Deploy to ephemeral instance
      uses: astronomer/[email protected]
      with:
        preview-name: '${{ github.event.pull_request.head.ref }}-ephemeral'
        root-folder: ./astro
        action: deploy-deployment-preview
        force: true
        checkout: false
        deployment-id: [deployment_id]
        wake-on-deploy: true

File update in actions:

  • 1 file is updated
Image

Astro instance:

  • No updates for this dag update
Image

Am I missing anything in setting up this action?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant