diff --git a/.gitignore b/.gitignore index 6023c91..bcfcaf4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ registry/ .vault-password *.private *.secret -mail.txt \ No newline at end of file +mail.txt +containers/opentogethertube \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 8d475af..fde23ef 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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: