Skip to content

Commit

Permalink
fix: port
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed May 21, 2024
1 parent d073f05 commit 6671bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
gcloud run deploy ${{ env.SERVICE }} \
--platform=managed \
--service-account=${{ env.RUNNER }} \
--port=3000 \
--port=8080 \
--region=${{ env.REGION }} \
--image="${{ env.REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.SERVICE }}/${{ env.SERVICE }}:${{ env.TAG }}" \
--min-instances=0 \
Expand Down

0 comments on commit 6671bbc

Please sign in to comment.