Update kubernetes-cd.yml

This commit is contained in:
Cadey Ratio 2019-09-07 13:28:08 -04:00 committed by GitHub
parent fbaac2e03b
commit 23b87b0b5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: