diff --git a/scripts/deploy.sh b/scripts/deploy.sh index ce1c99c..210fcd8 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -13,7 +13,7 @@ server="$1" } [[ "$server" == "testnet" ]] && server="root@prod-brain-1" -[[ "$server" == "staging" ]] && server="root@staging-brain-1" +[[ "$server" == "staging" ]] && server="brain-staging" cargo build --release --bin brain ssh $server systemctl stop detee-brain.service