aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-09-07 13:14:24 -0400
committerGitHub <noreply@github.com>2019-09-07 13:14:24 -0400
commitd065f1eeea8ca991f9444e16a9dd0d2caa155328 (patch)
treea0528c6671f9caae6a14aeb4e75f3071ee7a4c99
parentaa521951908ecc6c46fa16b476024d6953d0820a (diff)
downloadxesite-d065f1eeea8ca991f9444e16a9dd0d2caa155328.tar.xz
xesite-d065f1eeea8ca991f9444e16a9dd0d2caa155328.zip
Update kubernetes-cd.yml
-rw-r--r--.github/workflows/kubernetes-cd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/kubernetes-cd.yml b/.github/workflows/kubernetes-cd.yml
index 286e67b..6344d2b 100644
--- a/.github/workflows/kubernetes-cd.yml
+++ b/.github/workflows/kubernetes-cd.yml
@@ -53,7 +53,7 @@ jobs:
- name: Configure Kubernetes
uses: digitalocean/action-doctl@v1.3.0
with:
- entrypoint: /usr/bin/sh
+ entrypoint: /bin/sh
args: -c 'doctl auth login -t $DIGITALOCEAN_ACCESS_TOKEN && doctl kubernetes cluster kubeconfig show kubermemes > $HOME/.kubeconfig'
env:
DIGITALOCEAN_ACCESS_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }}