diff options
| author | Christine Dodrill <me@christine.website> | 2019-09-07 12:04:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-07 12:04:02 -0400 |
| commit | 7d40040bb1d906196803c46f8853fc4959821302 (patch) | |
| tree | 90a573c189a34932031b1795c7f78915b563813e | |
| parent | 4033a2b9d6d2999df44499551bc6e12e147ae881 (diff) | |
| download | xesite-7d40040bb1d906196803c46f8853fc4959821302.tar.xz xesite-7d40040bb1d906196803c46f8853fc4959821302.zip | |
Update kubernetes-cd.yml
| -rw-r--r-- | .github/workflows/kubernetes-cd.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/kubernetes-cd.yml b/.github/workflows/kubernetes-cd.yml index 49e4350..2301072 100644 --- a/.github/workflows/kubernetes-cd.yml +++ b/.github/workflows/kubernetes-cd.yml @@ -59,6 +59,7 @@ jobs: with: entrypoint: /usr/local/bin/kubectl args: | + --kubeconfig=$HOME/.kubeconfig apply -f deploy.yml - name: Verify uses: docker://lachlanevenson/k8s-kubectl with: |
