diff options
| author | Christine Dodrill <me@christine.website> | 2019-09-07 13:43:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-07 13:43:18 -0400 |
| commit | 11f31b8a1f87f5ae5a03e4255f666ffbffad4713 (patch) | |
| tree | 1fc6ecd47598625998b2c6120101e682d93cbe06 /.github | |
| parent | 7962f2045fe30d688da56689d342913d11aacfb8 (diff) | |
| download | xesite-11f31b8a1f87f5ae5a03e4255f666ffbffad4713.tar.xz xesite-11f31b8a1f87f5ae5a03e4255f666ffbffad4713.zip | |
Update kubernetes-cd.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/kubernetes-cd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/kubernetes-cd.yml b/.github/workflows/kubernetes-cd.yml index b88e774..69510bc 100644 --- a/.github/workflows/kubernetes-cd.yml +++ b/.github/workflows/kubernetes-cd.yml @@ -60,6 +60,6 @@ jobs: chmod +x kubectl ./kubectl --kubeconfig .kubeconfig apply -f deploy.yml sleep 2 - ./kubectl --kubeconfig=$HOME/.kubeconfig rollout status deployment/christinewebsite + ./kubectl --kubeconfig .kubeconfig rollout status deployment/christinewebsite env: DIGITALOCEAN_ACCESS_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }} |
