mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
enable hasura console on previews
This commit is contained in:
2
.github/workflows/gcp-deploy.yaml
vendored
2
.github/workflows/gcp-deploy.yaml
vendored
@@ -88,7 +88,7 @@ jobs:
|
||||
--ingress all \
|
||||
--allow-unauthenticated \
|
||||
--add-cloudsql-instances metagame-thegame:us-east4:thegame \
|
||||
--set-env-vars HASURA_GRAPHQL_DATABASE_URL=postgres://hasura-pr-${{ github.event.number }}:${HASURA_DB_PASSWORD}@/hasura-pr-${{ github.event.number }}?host=/cloudsql/${CLOUDSQL_CONNECTION_NAME},HASURA_GRAPHQL_ADMIN_SECRET=metagame_secret,HASURA_GRAPHQL_SERVER_PORT=8080
|
||||
--set-env-vars HASURA_GRAPHQL_DATABASE_URL=postgres://hasura-pr-${{ github.event.number }}:${HASURA_DB_PASSWORD}@/hasura-pr-${{ github.event.number }}?host=/cloudsql/${CLOUDSQL_CONNECTION_NAME},HASURA_GRAPHQL_ADMIN_SECRET=metagame_secret,HASURA_GRAPHQL_SERVER_PORT=8080,HASURA_GRAPHQL_ENABLE_CONSOLE=true
|
||||
|
||||
- name: Build Frontend Container
|
||||
uses: mattes/cached-docker-build-action@v1
|
||||
|
||||
Reference in New Issue
Block a user