Skip to content

fix: test dockerfile config 2 #9

fix: test dockerfile config 2

fix: test dockerfile config 2 #9

Workflow file for this run

name: Astronomer CI - Deploy code
on:
push:
branches:
- main
env:
ASTRO_API_TOKEN: ${{ secrets.ASTRO_API_TOKEN }}
DEPLOYMENT_ID: ${{ secrets.DEPLOYMENT_ID }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Deploy to Astro
uses: astronomer/deploy-action@v0.2