add herald + upgrade gitea and woodpecker
This commit is contained in:
@@ -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\""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user