I've recently upgraded the deploy actions from astronomer/deploy-action@v0.4.0 to astronomer/deploy-action@v0.9.0 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/deploy-action@v0.9.0
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:
Astro instance:
- No updates for this dag update
Am I missing anything in setting up this action?
I've recently upgraded the deploy actions from
astronomer/deploy-action@v0.4.0toastronomer/deploy-action@v0.9.0to usewake-on-deploy. However, I'm noticing none of the dag deploys and updates are appearing in the instance.Github actions:
File update in actions:
Astro instance:
Am I missing anything in setting up this action?