pieterclaerhout/go-james

When git repo is present, add VSCode task to push to GitHub

pieterclaerhout opened this issue · 1 comments

Should add the following task:

{
    "label": "kubernetesmetrics | push to github",
    "command": "git push --set-upstream origin master",
    "type": "shell",
    "group": "build",
    "problemMatcher": [
        "$go"
    ]
}

We should also try run this from a basic container based on scratch by copying the kubeconfig file…