From df672bbcb3c796c006386bf7e8b12d39b9e5025e Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Tue, 20 May 2025 20:17:46 +0000 Subject: [PATCH] chore: add task to copy podman_access file to mypodmanuser:.ssh/authorized_keys --- .vscode/tasks.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 76e9b07..c3add93 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -17,6 +17,14 @@ "problemMatcher": [], "detail": "Copy authorized_keys to $HOME/.ssh" }, + { + "label": "GitOps(Update): podman_access.keys", + "type": "shell", + "command": ".bin/gitops update podman_access", + "group": "build", + "problemMatcher": [], + "detail": "Copy podman_access as authorized_keys to mypodmanuser:$HOME/.ssh" + }, { "label": "Cleanup worktree", "type": "shell",