diff --git a/.github/workflows/orchestration.yaml b/.github/workflows/orchestration.yaml index 36ebbf38..f72e84e8 100644 --- a/.github/workflows/orchestration.yaml +++ b/.github/workflows/orchestration.yaml @@ -67,5 +67,5 @@ jobs: - name: copy DAGs to s3 run: | aws s3 cp orchestration/airflow/dags s3://${{steps.vars.outputs.infra_config_bucket}}/orchestration/airflow/dags --recursive --exclude "*.pyc, __pycache__/*" - aws s3 cp orchestration/airflow/plugin s3://${{steps.vars.outputs.infra_config_bucket}}/orchestration/airflow/dags --recursive --exclude "*.pyc, __pycache__/*" - aws s3 cp orchestration/airflow/dags s3://${{steps.vars.outputs.infra_config_bucket}}/orchestration/airflow/dags --recursive --exclude "*.pyc, __pycache__/*" + aws s3 cp orchestration/airflow/plugins s3://${{steps.vars.outputs.infra_config_bucket}}/orchestration/airflow/plugins --recursive --exclude "*.pyc, __pycache__/*" + aws s3 cp orchestration/airflow/config s3://${{steps.vars.outputs.infra_config_bucket}}/orchestration/airflow/config --recursive --exclude "*.pyc, __pycache__/*"