stuff
This commit is contained in:
Vendored
+30
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user