When git repo is present, add VSCode task to push to GitHub
pieterclaerhout opened this issue · 1 comments
pieterclaerhout commented
Should add the following task:
{
"label": "kubernetesmetrics | push to github",
"command": "git push --set-upstream origin master",
"type": "shell",
"group": "build",
"problemMatcher": [
"$go"
]
}
pieterclaerhout commented
We should also try run this from a basic container based on scratch by copying the kubeconfig file…