-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added dev chains CI #148
base: master
Are you sure you want to change the base?
Added dev chains CI #148
Conversation
exit $exit_code | ||
shell: bash {0} | ||
|
||
- uses: ./.github/workflows/deploy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like it is the same action as for the main deployment
Isn't this version going to overlay the main version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, the action is the same. It just builds the NPM package and updates the gh-pages. NPM is the same for dev and prod builds.
Thank you for noticing it. I missed it and it may cause a big problem. Lucky that deploy isn't environment dependent.
Found problem with deployment:
run - https://github.com/nova-wallet/metadata-portal/actions/runs/3188326516 |
I'll work on it later. I don't know how to solve it right now. |
Added dev chains CI for collecting data and for deployment.