diff options
| author | Christine Dodrill <me@christine.website> | 2019-09-07 16:06:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-07 16:06:37 -0400 |
| commit | a3d0441ff644cff267663f5b276a33ec078373e5 (patch) | |
| tree | 8d9c4d8fb55010aef2ae3006a5e14360d7881cd4 /.github | |
| parent | 11f31b8a1f87f5ae5a03e4255f666ffbffad4713 (diff) | |
| download | xesite-a3d0441ff644cff267663f5b276a33ec078373e5.tar.xz xesite-a3d0441ff644cff267663f5b276a33ec078373e5.zip | |
Update kubernetes-cd.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/kubernetes-cd.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/kubernetes-cd.yml b/.github/workflows/kubernetes-cd.yml index 69510bc..d9b2314 100644 --- a/.github/workflows/kubernetes-cd.yml +++ b/.github/workflows/kubernetes-cd.yml @@ -58,8 +58,8 @@ jobs: curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl chmod +x kubectl - ./kubectl --kubeconfig .kubeconfig apply -f deploy.yml + ./kubectl --kubeconfig .kubeconfig apply -n apps -f deploy.yml sleep 2 - ./kubectl --kubeconfig .kubeconfig rollout status deployment/christinewebsite + ./kubectl --kubeconfig .kubeconfig rollout -n apps status deployment/christinewebsite env: DIGITALOCEAN_ACCESS_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }} |
