Skip to content

Commit

Permalink
fixup! Test ngrok
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Nov 22, 2023
1 parent 9a54309 commit 5684981
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@ jobs:
brew install --cask ngrok
ngrok tcp 5900 \
--authtoken "${{ secrets.NGROK_TOKEN }}" \
--log /tmp/ngrok.log \
--region eu &
grep -oE "tcp://(.+)" /tmp/ngrok.log | sed "s/tcp:\/\//ssh root@/" | sed "s/:/ -p /"
# - name: Start SSH via ngrok
Expand Down

0 comments on commit 5684981

Please sign in to comment.