Skip to content

Commit bdaedbf

Browse files
committed
Fix deployment process on Github
1 parent 04620cf commit bdaedbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Deploy to AWS
6464
run: |
6565
cd backend
66-
npm run cdk deploy -- \
66+
npm run cdk deploy ai-team-medical-reports-stack-development -- \
6767
--require-approval never \
6868
--context environment=development
6969
env:

0 commit comments

Comments
 (0)