Skip to content

Commit 175cc97

Browse files
committed
fix: 파라미터 스토어에 저장하는 RDS 엔드포인트 수정
1 parent 9eba2cd commit 175cc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Update DB URL in Parameter Store
117117
run: |
118118
aws ssm put-parameter \
119-
--name "/prod/mysql-url" \
119+
--name "/prod/RDS_ENDPOINT" \
120120
--value "jdbc:mysql://${{ env.RDS_ENDPOINT }}:3306/eatda?useUnicode=true&characterEncoding=UTF-8" \
121121
--type SecureString \
122122
--overwrite

0 commit comments

Comments
 (0)