Skip to content

Commit

Permalink
Drop docker contract address env
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitayutanov committed Feb 27, 2024
1 parent 8bf5964 commit 3d9666e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-to-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
VITE_NODE_ADDRESS=${{ secrets.VITE_NODE_ADDRESS }}
VITE_IPFS_UPLOAD_ADDRESS=${{ secrets.VITE_IPFS_UPLOAD_ADDRESS }}
VITE_IPFS_GATEWAY_ADDRESS=${{ secrets.VITE_IPFS_GATEWAY_ADDRESS }}
VITE_CONTRACT_ADDRESS=${{ secrets.VITE_CONTRACT_ADDRESS }}
VITE_INDEXER_ADDRESS=${{ secrets.VITE_INDEXER_ADDRESS }}
VITE_INDEXER_WS_ADDRESS=${{ secrets.VITE_INDEXER_WS_ADDRESS }}
Expand Down
2 changes: 0 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ RUN npm install -g pnpm
ARG VITE_NODE_ADDRESS \
VITE_IPFS_UPLOAD_ADDRESS \
VITE_IPFS_GATEWAY_ADDRESS \
VITE_CONTRACT_ADDRESS \
VITE_INDEXER_ADDRESS \
VITE_INDEXER_WS_ADDRESS
ENV VITE_NODE_ADDRESS=${VITE_NODE_ADDRESS} \
VITE_IPFS_UPLOAD_ADDRESS=${VITE_IPFS_UPLOAD_ADDRESS} \
VITE_IPFS_GATEWAY_ADDRESS=${VITE_IPFS_GATEWAY_ADDRESS} \
VITE_CONTRACT_ADDRESS=${VITE_CONTRACT_ADDRESS} \
VITE_INDEXER_ADDRESS=${VITE_INDEXER_ADDRESS} \
VITE_INDEXER_WS_ADDRESS=${VITE_INDEXER_WS_ADDRESS} \
DISABLE_ESLINT_PLUGIN=true
Expand Down

0 comments on commit 3d9666e

Please sign in to comment.