feat(tasks): add task to copy access.yml

This commit is contained in:
yeti 2025-05-15 05:39:25 +01:00
parent 9abd983adf
commit eba7f84bff

7
.vscode/tasks.json vendored
View File

@ -36,6 +36,13 @@
"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"
},
{
"label": "Copy access.yml",
"type": "shell",
"command": "sudo cp access.yml /home/infilytics/ && sudo chown -R infilytics:infilytics /home/infilytics/access.yml",
"problemMatcher": [],
"detail": "Copy access.yml to /home/infilytics"
}
],
"inputs": []