Created
May 15, 2020 23:47
-
-
Save LeoHChen/e6e34c12e0ed1295b7f1818dacf88c73 to your computer and use it in GitHub Desktop.
update dryrun network for testing
This file contains hidden or 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
# login to devop machine | |
ssh [email protected] | |
# 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