Skip to content

Commit

Permalink
chore: remove brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashchoudhary07 committed May 22, 2024
1 parent 5f038b9 commit d1ce446
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 @@ -53,6 +53,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 d1ce446

Please sign in to comment.