Skip to content

Commit

Permalink
chore: add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashchoudhary07 committed May 22, 2024
1 parent 4578229 commit 521bea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
docker run -d -p ${{vars.PORT}}:8080 \
--name ${{ github.event.repository.name }}-${{vars.ENV}} \
--network=${{vars.DOCKER_NETWORK}} \
-e RDS_PUBLIC_KEY=$RDS_PUBLIC_KEY \
-e RDS_PUBLIC_KEY="${RDS_PUBLIC_KEY}" \
-e API_V1_PREFIX=/api/v1 \
${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}

0 comments on commit 521bea3

Please sign in to comment.