Skip to content

Commit

Permalink
Update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad-Edwards committed Apr 24, 2024
1 parent 2ba34c6 commit 76c12c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/orchestration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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__/*"

0 comments on commit 76c12c3

Please sign in to comment.