-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,24 +168,25 @@ 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 | ||
uses: actions/checkout@v2 | ||
|
||
- name: Create env file | ||
run: echo "REACT_APP_ETHEREUM_PROVIDER=${{ secrets.HEROKU_EMAIL }}" >> ./packages/messenger-demo/.env | ||
- name: Build, Push and Release a Docker container to Heroku. # Your custom step name | ||
uses: gonuit/[email protected] # GitHub action name (leave it as it is). | ||
with: | ||
|
@@ -211,7 +212,6 @@ jobs: | |
# (Optional, default: "Dockerfile") | ||
# Dockerfile name. | ||
dockerfile_name: ./packages/messenger-demo/Dockerfile | ||
|
||
# (Optional, default: "web") | ||
# Select the process type for which you want the docker container to be uploaded. | ||
# By default, this argument is set to "web". | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters