Add Github Actions workflow to deploy to testnet - #586
jeffesquivels wants to merge 2 commits into
Conversation
b3d9edf to
41bb490
Compare
41bb490 to
2cbda45
Compare
|
@jeffesquivels is this ready for review and testing? |
Actually, I had a question about this: while testing the deployment workflow, I noticed that the smoke test would fail unless VUE_APP_HUB_URL is set when building the hub (which it currently is not). Since this is not set currently, is that a bug on the smoke test or is something else going on? Thanks! |
Seems it must be set: https://github.com/nimiq/hub/blob/master/vue.config.js#L30 I added that variable when we had a hub.pos... testnet hub deployment for Albatross before the PoS transition, in parallel with the PoW testnet hub. That means the env variable should not get defined in the script call, but instead in the CI environment. |
No description provided.