diff options
| author | Christine Dodrill <me@christine.website> | 2019-09-07 13:18:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-07 13:18:42 -0400 |
| commit | 1ed7e00a98779531e195f70ced35643eb10e8888 (patch) | |
| tree | 2e60db7641ced3e8905e391f9a8e71de1f09857d | |
| parent | d065f1eeea8ca991f9444e16a9dd0d2caa155328 (diff) | |
| download | xesite-1ed7e00a98779531e195f70ced35643eb10e8888.tar.xz xesite-1ed7e00a98779531e195f70ced35643eb10e8888.zip | |
Update kubernetes-cd.yml
| -rw-r--r-- | .github/workflows/kubernetes-cd.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/kubernetes-cd.yml b/.github/workflows/kubernetes-cd.yml index 6344d2b..dfc7506 100644 --- a/.github/workflows/kubernetes-cd.yml +++ b/.github/workflows/kubernetes-cd.yml @@ -51,10 +51,12 @@ jobs: --replicas=1 \ --useProdLE=true > deploy.yml - name: Configure Kubernetes - uses: digitalocean/action-doctl@v1.3.0 + uses: docker://digitalocean/doctl:1.30.0 with: - entrypoint: /bin/sh - args: -c 'doctl auth login -t $DIGITALOCEAN_ACCESS_TOKEN && doctl kubernetes cluster kubeconfig show kubermemes > $HOME/.kubeconfig' + entrypoint: /bin/sh -c + args: | + doctl auth login -t $DIGITALOCEAN_ACCESS_TOKEN + doctl kubernetes cluster kubeconfig show kubermemes > $HOME/.kubeconfig env: DIGITALOCEAN_ACCESS_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }} - name: Deploy |
