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 4d35fe6 commit ffbd503Copy full SHA for ffbd503
.github/workflows/deploy-prod.yml
@@ -117,7 +117,7 @@ jobs:
117
run: |
118
aws ssm put-parameter \
119
--name "/prod/RDS_ENDPOINT" \
120
- --value "jdbc:mysql://${{ env.RDS_ENDPOINT }}:3306/eatda?useUnicode=true&characterEncoding=UTF-8" \
+ --value "jdbc:mysql://${{ env.RDS_ENDPOINT }}/eatda?useUnicode=true&characterEncoding=UTF-8" \
121
--type SecureString \
122
--overwrite
123
0 commit comments