Skip to content

Instantly share code, notes, and snippets.

@LeoHChen
Created May 15, 2020 23:47
Show Gist options
  • Save LeoHChen/e6e34c12e0ed1295b7f1818dacf88c73 to your computer and use it in GitHub Desktop.
Save LeoHChen/e6e34c12e0ed1295b7f1818dacf88c73 to your computer and use it in GitHub Desktop.
update dryrun network for testing
# login to devop machine
ssh ec2-user@devop.hmny.io
# build the static binary
cd /home/ec2-user/go/src/github.com/harmony-one/harmony
./scripts/go_executable_build.sh -s
# set environment variable
. ~/bin/dry.profile
# upload the binary
./scripts/go_executable_build.sh -s upload
./scripts/go_executable_build.sh -s release
# upgrade the network
cd /home/ec2-user/go/src/github.com/harmony-one/experiment-deploy/pipeline
./hard-reset.sh -yUp dryrun all soft_reset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment