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",