Skip to content

Commit

Permalink
Merge pull request #505 from gear-foundation/master
Browse files Browse the repository at this point in the history
Release: W3W Battle add GTM (#504)
  • Loading branch information
vraja-nayaka authored Nov 5, 2024
2 parents 3134ddc + 489218f commit 5211206
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Release-warriors-battle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
VITE_NODE_ADDRESS=${{ secrets.VITE_NODE_ADDRESS_TESTNET }}
VITE_DNS_NAME=${{ secrets.VITE_DNS_NAME_BATTLE_NEW }}
VITE_SENTRY_DSN=${{ secrets.VITE_SENTRY_DSN }}
VITE_GASLESS_BACKEND_ADDRESS=${{ secrets.VITE_GASLESS_BACKEND_ADDRESS }}
VITE_GTM_ID=${{ secrets.VITE_GTM_ID_BATTLE_NEW }}
deploy-to-k8s:
needs: [prepair, build-and-push-image]
Expand Down
6 changes: 3 additions & 3 deletions frontend/apps/web3-warriors-battle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ RUN apk add xsel
ARG VITE_DNS_API_URL \
VITE_DNS_NAME \
VITE_NODE_ADDRESS \
VITE_GASLESS_BACKEND_ADDRESS \
VITE_SENTRY_DSN
VITE_SENTRY_DSN \
VITE_GTM_ID
ENV VITE_DNS_API_URL=${VITE_DNS_API_URL} \
VITE_DNS_NAME=${VITE_DNS_NAME} \
VITE_NODE_ADDRESS=${VITE_NODE_ADDRESS} \
VITE_GASLESS_BACKEND_ADDRESS=${VITE_GASLESS_BACKEND_ADDRESS} \
VITE_SENTRY_DSN=${VITE_SENTRY_DSN} \
VITE_GTM_ID=${VITE_GTM_ID} \
DISABLE_ESLINT_PLUGIN=true

WORKDIR /frontend/apps/web3-warriors-battle
Expand Down

0 comments on commit 5211206

Please sign in to comment.