Skip to content

Commit c62e383

Browse files
committed
fix: 잘못 설정된 변수명 수정
1 parent ad479dc commit c62e383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ jobs:
7474

7575
- run: pnpm build:@apps/${{ matrix.application }} ${{ env.BUMP_RULE }} && cp -r apps/${{ matrix.application }}/dist/* dist/
7676

77-
- run: aws s3 cp --recursive ./dist s3://${{ secrets[matrix.aws_s3_bucket_key] }}/
77+
- run: aws s3 cp --recursive ./dist s3://${{ env[matrix.aws_s3_bucket_key] }}/
7878

79-
- run: aws cloudfront create-invalidation --distribution-id ${{ secrets[matrix.aws_cloudfront_distribution_key] }} --paths "/*"
79+
- run: aws cloudfront create-invalidation --distribution-id ${{ env[matrix.aws_cloudfront_distribution_key] }} --paths "/*"
8080

8181
# Notify to Slack (Success)
8282
- name: Notify deployment to Slack

0 commit comments

Comments
 (0)