Skip to content

Commit

Permalink
Merge branch 'new-ui' of github.com:corpus-io/dm3 into 575-profile-co…
Browse files Browse the repository at this point in the history
…nfig-info-box
  • Loading branch information
Bhupesh-MS committed Aug 22, 2023
2 parents 7f783d5 + 1914e8d commit fa8ab1f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,19 +168,19 @@ jobs:
messenger-demo-deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/new-ui'
needs:
[
offchain-resolver-test,
lib-storage-test,
lib-shared-test,
lib-profile-test,
lib-messaging-test,
lib-delivery-test,
lib-crypto-test,
integration-test,
backend-test,
code-quality,
]
# needs:
# [
# offchain-resolver-test,
# lib-storage-test,
# lib-shared-test,
# lib-profile-test,
# lib-messaging-test,
# lib-delivery-test,
# lib-crypto-test,
# integration-test,
# backend-test,
# code-quality,
# ]
steps:
# Check-out your repository.
- name: Checkout
Expand Down Expand Up @@ -211,6 +211,7 @@ jobs:
# (Optional, default: "Dockerfile")
# Dockerfile name.
dockerfile_name: ./packages/messenger-demo/Dockerfile
docker_options: "--build-arg REACT_APP_ETHEREUM_PROVIDER"

# (Optional, default: "web")
# Select the process type for which you want the docker container to be uploaded.
Expand Down
3 changes: 2 additions & 1 deletion packages/messenger-demo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM node:18-alpine
WORKDIR /app
COPY . .
ARG REACT_APP_ETHEREUM_PROVIDER
ENV REACT_APP_DEFAULT_SERVICE REACT_APP_DEFAULT_SERVICE
ENV REACT_APP_ETHEREUM_PROVIDER REACT_APP_ETHEREUM_PROVIDER
ENV REACT_APP_ETHEREUM_PROVIDER=$REACT_APP_ETHEREUM_PROVIDER
ENV REACT_APP_WALLET_CONNECT_PROJECT_ID REACT_APP_WALLET_CONNECT_PROJECT_ID
ENV REACT_APP_ADDR_ENS_SUBDOMAIN REACT_APP_ADDR_ENS_SUBDOMAIN
ENV REACT_APP_BACKEND REACT_APP_BACKEND
Expand Down

0 comments on commit fa8ab1f

Please sign in to comment.