mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Set CERAMIC_URL in deployment action
This commit is contained in:
committed by
Alec LaLonde
parent
fc4c1810b8
commit
eff430ba51
3
.github/workflows/gcp-deploy.yaml
vendored
3
.github/workflows/gcp-deploy.yaml
vendored
@@ -294,7 +294,8 @@ jobs:
|
||||
--set-env-vars GITHUB_API_TOKEN=${{secrets.GH_API_TOKEN}} \
|
||||
--set-env-vars SOURCECRED_LEDGER_BRANCH=master \
|
||||
--set-env-vars GRAPHQL_URL=${{needs.env.outputs.GRAPHQL_URL}} \
|
||||
--set-env-vars DISCORD_BOT_TOKEN=${{secrets.DISCORD_BOT_TOKEN}}
|
||||
--set-env-vars DISCORD_BOT_TOKEN=${{secrets.DISCORD_BOT_TOKEN}} \
|
||||
--set-env-vars CERAMIC_URL=https://ceramic-testnet.metagame.wtf
|
||||
|
||||
undeploy-hasura:
|
||||
name: Undeploy Hasura
|
||||
|
||||
Reference in New Issue
Block a user