Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit 863d654

Browse files
committed
updated
1 parent 7569058 commit 863d654

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
env:
1313
AWS_REGION: ap-northeast-2
14-
S3_BUCKET: TODO
14+
S3_BUCKET: exam-codedeploy-bucket
1515
S3_KEY: release/dist.zip
16-
CODEDEPLOY_APP: TODO
17-
CODEDEPLOY_GROUP: TODO
16+
CODEDEPLOY_APP: ExamCodeDeployApp
17+
CODEDEPLOY_GROUP: ExamDeploymentGroup
1818

1919
steps:
2020
- name: Checkout source

0 commit comments

Comments
 (0)