chore: add task to copy podman_access file to mypodmanuser:.ssh/authorized_keys
This commit is contained in:
parent
e93fa89852
commit
df672bbcb3
8
.vscode/tasks.json
vendored
8
.vscode/tasks.json
vendored
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user