ott and stuff

This commit is contained in:
bee
2026-06-18 12:25:18 +02:00
parent fa1231d1f8
commit 6873ef44e4
12 changed files with 371 additions and 1 deletions
+23
View File
@@ -160,6 +160,29 @@
"panel": "dedicated"
}
},
{
"label": "Deploy: ott",
"type": "shell",
"command": "make deploy-ott",
"group": "build",
"presentation": {
"reveal": "always",
"panel": "dedicated"
}
},
{
"label": "Build & Push: ott",
"type": "shell",
"command": "make push-ott",
"group": "build",
"presentation": {
"reveal": "always",
"panel": "dedicated"
},
"options": {
"cwd": "${workspaceFolder}/containers/ott"
}
}
// {
// "label": "Build & Push: <template>",
// "type": "shell",