Skip to content

Update example DAG to DevRel-owned consistent example (#19) #13

Update example DAG to DevRel-owned consistent example (#19)

Update example DAG to DevRel-owned consistent example (#19) #13

name: Astronomer CI - Deploy code
on:
workflow_dispatch:
inputs:
deploymentId:
description: "Deployment ID"
required: true
type: string
apiToken:
description: "Astro API Token"
required: true
type: string
push:
branches:
- main
env:
ASTRO_API_TOKEN: ${{ inputs.apiToken || secrets.ASTRO_API_TOKEN }}
DEPLOYMENT_ID: ${{ inputs.deploymentId || vars.DEPLOYMENT_ID }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Deploy to Astro
uses: astronomer/[email protected]