Skip to content

Commit

Permalink
Merge pull request #58 from CS3219-AY2425S1/fix/cloud-env
Browse files Browse the repository at this point in the history
fix formatting
  • Loading branch information
Kurtyjlee authored Oct 11, 2024
2 parents 11f36a6 + b7e5f8c commit c90a848
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 c90a848

Please sign in to comment.