add herald + upgrade gitea and woodpecker

This commit is contained in:
2026-06-12 23:47:50 +02:00
parent 041eb5196f
commit 17c1d39cc2
2 changed files with 166 additions and 126 deletions
+3 -2
View File
@@ -1,11 +1,12 @@
{
"workspaceFolder": "/workspace",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,Z",
"runArgs": ["--userns=keep-id", "--security-opt", "label=disable"],
"mounts": [
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,readonly"
"source=${localEnv:HOME}/.ssh,target=/root/.ssh,type=bind,readonly"
],
"build": {
"dockerfile": "Dockerfile"
},
"postAttachCommand": "docker context create prod --docker \"host=ssh://user@62.210.212.10\""
}
}