This commit is contained in:
bee
2026-08-15 19:18:59 +02:00
parent 59aa8a7bcf
commit c63db540e8
32 changed files with 767 additions and 64 deletions
+30
View File
@@ -170,6 +170,36 @@
"panel": "dedicated"
}
},
{
"label": "Deploy: vaultwarden",
"type": "shell",
"command": "make deploy-vaultwarden",
"group": "build",
"presentation": {
"reveal": "always",
"panel": "dedicated"
}
},
{
"label": "Deploy: hetzner",
"type": "shell",
"command": "make deploy-hetzner",
"group": "build",
"presentation": {
"reveal": "always",
"panel": "dedicated"
}
},
{
"label": "Deploy: ingress-hardening",
"type": "shell",
"command": "make deploy-ingress-hardening",
"group": "build",
"presentation": {
"reveal": "always",
"panel": "dedicated"
}
},
{
"label": "Build & Push: ott",
"type": "shell",