Skip to content

Commit a1d715a

Browse files
Merge pull request #978 from 0xPolygonID/add_debug_ui
Add debug UI
2 parents 29c94e7 + 365ef5e commit a1d715a

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/deploy_eks.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,18 @@ jobs:
204204
- name: Set up Docker Buildx
205205
uses: docker/setup-buildx-action@v3
206206

207+
- name: Debug UI build vars
208+
env:
209+
VITE_API_URL: ${{ vars.ISSUER_NODE_UI_API_URL }}
210+
VITE_API_USERNAME: ${{ vars.ISSUER_NODE_UI_API_USERNAME }}
211+
VITE_ISSUER_NAME: ${{ vars.ISSUER_NODE_UI_ISSUER_NAME }}
212+
VITE_IPFS_GATEWAY_URL: ${{ vars.ISSUER_NODE_UI_IPFS_GATEWAY_URL }}
213+
run: |
214+
echo "VITE_API_URL=${VITE_API_URL:-(empty)}"
215+
echo "VITE_API_USERNAME=${VITE_API_USERNAME:-(empty)}"
216+
echo "VITE_ISSUER_NAME=${VITE_ISSUER_NAME:-(empty)}"
217+
echo "VITE_IPFS_GATEWAY_URL=${VITE_IPFS_GATEWAY_URL:-(empty)}"
218+
207219
- name: Build and push UI
208220
env:
209221
# Sensitive — from GitHub secrets

ui/Dockerfile.eks

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# check=skip=SecretsUsedInArgOrEnv
12
# ── Stage 1: build ───────────────────────────────────────────────────────────
23
FROM node:20-alpine AS builder
34

0 commit comments

Comments
 (0)