feat(tasks): add script to copy ssh_router.sh to /home/infilytics

This commit is contained in:
yeti 2025-04-25 07:17:16 +01:00
parent 18c9e59a94
commit 9f982bed72

7
.vscode/tasks.json vendored
View File

@ -29,6 +29,13 @@
"command": "podman push --tls-verify=false localhost:5100/analytics-backend-workspace:latest",
"problemMatcher": [],
"detail": "Push podman image to localhost 5100"
},
{
"label": "Copy ssh_router.sh",
"type": "shell",
"command": "sudo cp ssh_router.sh /home/infilytics/ && sudo chown -R infilytics:infilytics /home/infilytics/ssh_router.sh",
"problemMatcher": [],
"detail": "Copy ssh_router.sh to /home/infilytics"
}
],
"inputs": []