Skip to content

update to latest runtime #2

update to latest runtime

update to latest runtime #2

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]