Skip to content

Commit bf5a81a

Browse files
committed
[Update] CI/CD scripts update #1
1 parent 52a7ee9 commit bf5a81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
5454
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
55-
AWS_REGION: ap-northeast-2
55+
AWS_REGION: ${{ secrets.AWS_REGION }}
5656
run: |
5757
aws deploy create-deployment \
5858
--application-name ${{ secrets.AWS_CODEDEPLOY_APP }} \

0 commit comments

Comments
 (0)