Skip to content

Commit ffbd503

Browse files
committed
fix: RDS 엔드포인트 수정
1 parent 4d35fe6 commit ffbd503

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
@@ -117,7 +117,7 @@ jobs:
117117
run: |
118118
aws ssm put-parameter \
119119
--name "/prod/RDS_ENDPOINT" \
120-
--value "jdbc:mysql://${{ env.RDS_ENDPOINT }}:3306/eatda?useUnicode=true&characterEncoding=UTF-8" \
120+
--value "jdbc:mysql://${{ env.RDS_ENDPOINT }}/eatda?useUnicode=true&characterEncoding=UTF-8" \
121121
--type SecureString \
122122
--overwrite
123123

0 commit comments

Comments
 (0)