feat(tasks): add script to copy ssh_router.sh to /home/infilytics
This commit is contained in:
parent
18c9e59a94
commit
9f982bed72
7
.vscode/tasks.json
vendored
7
.vscode/tasks.json
vendored
@ -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": []
|
||||
|
Loading…
x
Reference in New Issue
Block a user