Skip to content

Commit

Permalink
ssh local tunneling
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Foley committed Aug 17, 2020
1 parent e607044 commit e9b2b4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ server-repl:
server-debug:
@BLUEBIRD_DEBUG=1 node --inspect=localhost:9229 -r esm $(ROOT)/bin/app.mjs

server-debug-remote:
ssh -N -T -L 9229:localhost:9229 sleepbot.com

server-production: server-debug

server: server-debug
Expand Down

0 comments on commit e9b2b4e

Please sign in to comment.