Skip to content

Commit

Permalink
Galactic express: updates workflow file (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
YauheniDraichykau authored Feb 19, 2024
1 parent 29ad6f8 commit 3c18a63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Release-galactic-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
tags: ${{ needs.prepair.outputs.image_name }}
build-args: |
REACT_APP_NODE_ADDRESS=${{ secrets.REACT_APP_NODE_ADDRESS }}
REACT_APP_CONTRACT_ADDRESS=${{ secrets.REACT_APP_CONTRACT_ADDRESS_GALACTIC }}
REACT_APP_SENTRY_DSN=${{ secrets.REACT_SENTRY_DSN_GALEX }}
deploy-to-k8s:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/STG-galactic-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
tags: ${{ needs.prepair.outputs.image_name }}
build-args: |
REACT_APP_NODE_ADDRESS=${{ secrets.REACT_APP_NODE_ADDRESS }}
REACT_APP_CONTRACT_ADDRESS=${{ secrets.REACT_APP_CONTRACT_ADDRESS_GALACTIC }}
REACT_APP_SENTRY_DSN=${{ secrets.REACT_SENTRY_DSN_GALEX }}
deploy-to-k8s:
Expand Down
2 changes: 2 additions & 0 deletions frontend/apps/galactic-express/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ RUN apk update
RUN apk add xsel

ARG REACT_APP_NODE_ADDRESS \
REACT_APP_CONTRACT_ADDRESS \
REACT_APP_SENTRY_DSN
ENV REACT_APP_NODE_ADDRESS=${REACT_APP_NODE_ADDRESS} \
REACT_APP_CONTRACT_ADDRESS \
REACT_APP_SENTRY_DSN=${REACT_APP_SENTRY_DSN}

WORKDIR /frontend/apps/galactic-express
Expand Down

0 comments on commit 3c18a63

Please sign in to comment.