Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
simbayippy committed Oct 11, 2024
1 parent 635180a commit b7e5f8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ jobs:
QUESTION_SERVICE_URL: ${{ secrets.QUESTION_SERVICE_URL }}
run: |
gcloud builds submit --config cloudbuild.yaml \
--substitutions _NEXT_PUBLIC_QUESTION_SERVICE_URL=$NEXT_PUBLIC_QUESTION_SERVICE_URL,_NEXT_PUBLIC_AUTH_SERVICE_URL=$NEXT_PUBLIC_AUTH_SERVICE_URL,_AUTH_SERVICE_URL=$AUTH_SERVICE_URL,_QUESTION_SERVICE_URL=$QUESTION_SERVICE_URL
--substitutions \
_NEXT_PUBLIC_QUESTION_SERVICE_URL="$NEXT_PUBLIC_QUESTION_SERVICE_URL",\
_NEXT_PUBLIC_AUTH_SERVICE_URL="$NEXT_PUBLIC_AUTH_SERVICE_URL",\
_AUTH_SERVICE_URL="$AUTH_SERVICE_URL",\
_QUESTION_SERVICE_URL="$QUESTION_SERVICE_URL"

0 comments on commit b7e5f8c

Please sign in to comment.