Skip to content

infer - update dag folder #81

infer - update dag folder

infer - update dag folder #81

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: Install dependencies
run: |
sudo apt-get install jq
# we need to pre-install the CLI to set the context
curl -sSL https://install.astronomer.io | sudo bash -s
- name: Set CLI context
run: astro context switch astronomer.io
- name: Print GITHUB_ACTIONS env var
run: echo "GITHUB_ACTIONS=${GITHUB_ACTIONS}"
# - name: DBT Deploy
# uses: astronomer/deploy-action@checkout-submodule
# with:
# action: dbt-deploy
# deployment-name: neel-test-1
# root-folder: dbt/
# mount-path: /dbt
# workspace: ${{ secrets.WORKSPACE_ID }}
# checkout-submodules: true
- name: Deploy DAGs/Image
uses: astronomer/deploy-action@a18f7ada4b9ca9ed0c9b80f83058a69ec4fcc9d3
with:
deployment-name: neel-test-1
workspace: ${{ secrets.WORKSPACE_ID }}