Skip to content

Commit

Permalink
chore: set new renoen endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 committed Jul 29, 2024
1 parent f85b076 commit 6674764
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy-powerhouse-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
--build-arg VITE_SENTRY_DSN=${{ secrets.SENTRY_DSN }}
--build-arg VITE_SENTRY_ENV=${{ secrets.SENTRY_ENV }}
--build-arg VITE_DEFAULT_DRIVE_URL=https://apps.powerhouse.io/alpha/powerhouse/switchboard/d/powerhouse
--build-arg VITE_RENOWN_URL=https://renown-6bdc9fb67095.herokuapp.com
process_type: web
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ ENV VITE_RENOWN_NETWORK_ID=${VITE_RENOWN_NETWORK_ID}
ARG VITE_RENOWN_CHAIN_ID=1
ENV VITE_RENOWN_CHAIN_ID=${VITE_RENOWN_CHAIN_ID}

ARG VITE_RENOWN_URL="https://renown.id"
ENV VITE_RENOWN_URL=${RENOWN_URL}

ARG VITE_SENTRY_DSN=""
ENV VITE_SENTRY_DSN=${VITE_SENTRY_DSN}

Expand Down Expand Up @@ -56,6 +59,8 @@ ENV VITE_RWA_ALLOW_LIST=${VITE_RWA_ALLOW_LIST}
ARG VITE_HIDE_DOCUMENT_MODEL_SELECTION_SETTINGS=true
ENV VITE_HIDE_DOCUMENT_MODEL_SELECTION_SETTINGS=${VITE_HIDE_DOCUMENT_MODEL_SELECTION_SETTINGS}



WORKDIR /opt/app
COPY . .
RUN npm install -g husky vite
Expand Down

0 comments on commit 6674764

Please sign in to comment.