Skip to content

Commit 1333fdd

Browse files
Update pr-deploy.sh
Signed-off-by: Dominic <[email protected]>
1 parent a05df1a commit 1333fdd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pr-deploy.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ echo "Start SSH session..."
9898
# else
9999
nohup ssh -tt -o StrictHostKeyChecking=no -R 80:localhost:$FREE_PORT ssh.localhost.run > localhost_run_output.log 2>&1 &
100100
sleep 30
101-
if grep -q "Connect to" localhost_run_output.log; then
101+
# if grep -q "Connect to" localhost_run_output.log; then
102102
DEPLOYED_URL=$(grep "tunneled with tls termination" localhost_run_output.log | awk '{print $NF}')
103-
else
104-
DEPLOYED_URL=""
105-
fi
103+
# else
104+
# DEPLOYED_URL=""
105+
# fi
106106
# fi
107107

108108

0 commit comments

Comments
 (0)