diff --git a/.vscode/tasks.json b/.vscode/tasks.json index de0cc01..4ddd7f3 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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": []