Skip to content

Commit

Permalink
add verifier api to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
F-Node-Karlsruhe committed Nov 17, 2022
1 parent 796081d commit dcbfd03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
PUBLIC_PATH=verifier
NODE_ENV=production
BASE_URL=https://ssi.eecc.de
VERIFIER_API=https://ssi.eecc.de/api/verifier
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta_indy_node.outputs.tags }}
labels: ${{ steps.meta_indy_node.outputs.labels }}
Expand Down
2 changes: 2 additions & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ FROM develop-stage as build-stage
ARG NODE_ENV
ARG PUBLIC_PATH
ARG BASE_URL
ARG VERIFIER_API
ENV NODE_ENV=${NODE_ENV}
ENV PUBLIC_PATH=${PUBLIC_PATH}
ENV BASE_URL=${BASE_URL}
ENV VERIFIER_API=${VERIFIER_API}
RUN npm run build

# production stage
Expand Down

0 comments on commit dcbfd03

Please sign in to comment.