Skip to content

update deployment

update deployment #6

Workflow file for this run

name: Deploy (checkdeployaction)
on:
push:
branches:
- main
jobs:
prod-astronomer:
env:
ASTRO_API_TOKEN: ${{ secrets.ASTRO_API_TOKEN }}
runs-on: ubuntu-latest
steps:
- name: Print GITHUB_ACTIONS env var
run: echo "GITHUB_ACTIONS=${GITHUB_ACTIONS}"
- name: Deploy to Astronomer
uses: astronomer/deploy-action@dbt-deploy
with:
deployment-name: neel-test-1
workspace: ${{ secrets.WORKSPACE_ID }}
- name: DBT Deploy
uses: astronomer/deploy-action@dbt-deploy
with:
action: dbt-deploy
deployment-name: neel-test-1
workspace: ${{ secrets.WORKSPACE_ID }}