Skip to content

Commit

Permalink
Fix: yaml table 명 수정 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
minchodang authored May 19, 2024
1 parent 78f6734 commit 07c89ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
-e AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY }} \
-e AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }} \
-e REGION=ap-northeast-2 \
-e AWS_DYNAMODB_TABLE_NAME=Metacognition-Test \
-e AWS_DYNAMODB_TABLE_NAME=Dev-Metacognition-Test \
-e AWS_DYNAMODB_EMAIL_VERIFICATION_TABLE_NAME=Dev-Metacognition-Email-Verification \
-e [email protected] \
-e KAKAO_CLIENT_ID=${{ secrets.KAKAO_CLIENT_ID }} \
Expand Down

0 comments on commit 07c89ce

Please sign in to comment.