We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a7ee9 commit bf5a81aCopy full SHA for bf5a81a
.github/workflows/deploy.yml
@@ -52,7 +52,7 @@ jobs:
52
env:
53
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
54
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
55
- AWS_REGION: ap-northeast-2
+ AWS_REGION: ${{ secrets.AWS_REGION }}
56
run: |
57
aws deploy create-deployment \
58
--application-name ${{ secrets.AWS_CODEDEPLOY_APP }} \
0 commit comments