Skip to content

Commit

Permalink
adding HASURA_WORKDIR 😶‍🌫️
Browse files Browse the repository at this point in the history
  • Loading branch information
dysbulic committed Jul 4, 2024
1 parent ba779aa commit e6b0dbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gcp-deploy-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ jobs:
args: metadata reload
env:
HASURA_ENDPOINT: ${{needs.env.outputs.GRAPHQL_URL}}
HASURA_ADMIN_SECRET: ${{needs.env.outputs.HASURA_ADMIN_SECRET }}
HASURA_ADMIN_SECRET: ${{needs.env.outputs.HASURA_ADMIN_SECRET}}
HASURA_WORKDIR: hasura

build-frontend:
name: Build Frontend Container Image
Expand Down

0 comments on commit e6b0dbc

Please sign in to comment.