diff options
| author | Christine Dodrill <me@christine.website> | 2019-09-07 13:10:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-07 13:10:26 -0400 |
| commit | aa521951908ecc6c46fa16b476024d6953d0820a (patch) | |
| tree | d35b5d5f648f5cfd009c16ba619ae41d98594e31 /.github | |
| parent | e2657644e563ad49014244e36624863c331afd2f (diff) | |
| download | xesite-aa521951908ecc6c46fa16b476024d6953d0820a.tar.xz xesite-aa521951908ecc6c46fa16b476024d6953d0820a.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 525db19..286e67b 100644 --- a/.github/workflows/kubernetes-cd.yml +++ b/.github/workflows/kubernetes-cd.yml @@ -53,8 +53,8 @@ jobs: - name: Configure Kubernetes uses: digitalocean/action-doctl@v1.3.0 with: - entrypoint: /usr/local/bin/doctl - args: kubernetes cluster kubeconfig show kubermemes > $HOME/.kubeconfig + entrypoint: /usr/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 }} - name: Deploy |
