feat(tasks): add task to copy access.yml
This commit is contained in:
parent
9abd983adf
commit
eba7f84bff
7
.vscode/tasks.json
vendored
7
.vscode/tasks.json
vendored
@ -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": []
|
||||
|
Loading…
x
Reference in New Issue
Block a user