Astronomer CI - Delete Deployment Preview #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Astronomer CI - Delete Deployment Preview | |
on: | |
delete: | |
branches: | |
- "**" | |
- "!main" | |
env: | |
## Sets Deployment API key credentials as environment variables | |
ASTRO_API_TOKEN: ${{ secrets.ASTRO_API_TOKEN }} | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Delete Deployment Preivew | |
uses: astronomer/deploy-action@dbt-deploy | |
with: | |
action: delete-deployment-preview | |
deployment-name: neel-test-1 |