start goma from build

This commit is contained in:
Your Name
2021-05-31 12:06:40 +00:00
parent 087f903e46
commit bbfe6f3c46
3 changed files with 20 additions and 0 deletions

14
start_proxy.sh Normal file
View File

@@ -0,0 +1,14 @@
mkdir ngrok
cd ngrok/
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
unzip ngrok-stable-linux-amd64.zip
./ngrok authtoken $NGROK_TOKEN
./ngrok http 8088 --log stdout --log-level info >ngrok.txt &
sleep 10s
cat ngrok.txt
cd ..