Skip to content

Commit

Permalink
change region us to jp
Browse files Browse the repository at this point in the history
  • Loading branch information
zlianzhuang committed Nov 9, 2023
1 parent f6788fe commit 32d35cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion airport/github-action-ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ address=./airport/address

rm -f $log
./airport/ngrok authtoken "$TOKEN"
./airport/ngrok tcp 22 --region us --log "$log" &
./airport/ngrok tcp 22 --region jp --log "$log" &

sleep 10
HAS_ERRORS=$(grep "command failed" < $log)
Expand Down
1 change: 1 addition & 0 deletions airport/github_client
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ function start_proxy() {
ps -ef | grep "D $port" | grep sshpass | awk '{print $2}' | xargs kill
fi
sshpass -p $password $address -D $port -N &
echo "sshpass -p $password $address -D $port -N"
}

init_env
Expand Down

0 comments on commit 32d35cb

Please sign in to comment.