Skip to content

Commit

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

0 comments on commit e075b9a

Please sign in to comment.