Skip to content

Update Explorer deployment script

Created by: devnmhoang

The Explorer project was added new param, so we need to update deployment script.

In this PR, I do:

  • In build_images_for_bootnode_node_explorer.sh file, I updated some paths to "$BASEDIR" to make it's more flexible. I also make a folder bin in nodes and bootnode to avoid an error when docker cp run.
  • In deploy_explorer.sh file, I added new scripts which allowing building the explorer project. Allowing input RPC Address and RPC Port to deploy.
  • In env_setup.sh, I handled new input ENV_GEV_HOSTNAME

Merge request reports