mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
add terraforce deployment method
This commit is contained in:
9
terraforce/scripts/stop.sh
Normal file
9
terraforce/scripts/stop.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#! /bin/bash
|
||||
set -u
|
||||
|
||||
N=$1 # number of nodes
|
||||
|
||||
N_=$((N-1))
|
||||
|
||||
# stop all tendermint
|
||||
terraforce ssh --user root --ssh-key $HOME/.ssh/id_rsa --machines "[0-$N_]" killall tendermint
|
Reference in New Issue
Block a user