Skip to content

Commit

Permalink
Simplify tunnels command to use a single ssh process
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed Jun 13, 2024
1 parent 99ef872 commit 44b1c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webservice/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scripts": {
"start": "env WEB=true node server.js",
"tunnels": "node tunnels.js",
"tunnels": "ssh -N -L 4711:enwiki.analytics.db.svc.wikimedia.cloud:3306 -L 4712:tools.db.svc.wikimedia.cloud:3306 -L 4713:tools-redis:6379 toolforge",
"test": "nodemon server.ts --watch .. --ext ts,js,hbs",
"debug": "node --require ts-node/register server.js",
"restart": "webservice --backend kubernetes node18 restart",
Expand Down

0 comments on commit 44b1c57

Please sign in to comment.