Skip to content

Commit f8682de

Browse files
committed
fix(infra): run the copilot CLI from the correct directory
run the copilot CLI from the infra folder where it can discover the manifests for the copilot app
1 parent bfa7ac5 commit f8682de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,12 @@ jobs:
7575
- name: Deploy web Service
7676
run: |
7777
copilot deploy --name web --env dev
78+
working-directory: ./infra
7879

7980
- name: Deploy streamlit Service
8081
run: |
8182
copilot deploy --name streamlit --env dev
83+
working-directory: ./infra
8284

8385
release:
8486
needs: deploy

0 commit comments

Comments
 (0)