Update kubernetes-cd.yml
This commit is contained in:
parent
fbaac2e03b
commit
23b87b0b5c
|
@ -52,7 +52,7 @@ jobs:
|
||||||
--useProdLE=true > deploy.yml
|
--useProdLE=true > deploy.yml
|
||||||
- name: Configure Kubernetes
|
- name: Configure Kubernetes
|
||||||
run: |
|
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 auth login -t $DIGITALOCEAN_ACCESS_TOKEN
|
||||||
./doctl kubernetes cluster kubeconfig show kubermemes > $HOME/.kubeconfig
|
./doctl kubernetes cluster kubeconfig show kubermemes > $HOME/.kubeconfig
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue