chore: add task to copy podman_access file to mypodmanuser:.ssh/authorized_keys

This commit is contained in:
Pallav Vasa 2025-05-20 20:17:46 +00:00
parent e93fa89852
commit df672bbcb3

8
.vscode/tasks.json vendored
View File

@ -17,6 +17,14 @@
"problemMatcher": [], "problemMatcher": [],
"detail": "Copy authorized_keys to $HOME/.ssh" "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", "label": "Cleanup worktree",
"type": "shell", "type": "shell",