diff options
| author | Christine Dodrill <me@christine.website> | 2019-09-07 13:28:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-07 13:28:08 -0400 |
| commit | 23b87b0b5c3b5d90da904389a266ea7a433e32be (patch) | |
| tree | 725ed22753120c46bf05e06b8c4e266d3530c841 /.github | |
| parent | fbaac2e03b640c048eb197d56356047fac4765e8 (diff) | |
| download | xesite-23b87b0b5c3b5d90da904389a266ea7a433e32be.tar.xz xesite-23b87b0b5c3b5d90da904389a266ea7a433e32be.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 bc951f6..923a93f 100644 --- a/.github/workflows/kubernetes-cd.yml +++ b/.github/workflows/kubernetes-cd.yml @@ -52,7 +52,7 @@ jobs: --useProdLE=true > deploy.yml - name: Configure Kubernetes run: | - curl https://github.com/digitalocean/doctl/releases/download/v1.30.0/doctl-1.30.0-linux-amd64.tar.gz | tar xz + curl -L https://github.com/digitalocean/doctl/releases/download/v1.30.0/doctl-1.30.0-linux-amd64.tar.gz | tar xz ./doctl auth login -t $DIGITALOCEAN_ACCESS_TOKEN ./doctl kubernetes cluster kubeconfig show kubermemes > $HOME/.kubeconfig env: |
