[CD] Correct docker image name
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kleph 2020-02-15 19:02:13 +01:00
parent 00c065989d
commit 724815cfb2

View file

@ -64,9 +64,8 @@ name: deploy
steps:
- name: build image
image: docker:stable
image: bitnami/kubectl
environment:
DOCKER_HOST: tcp://docker:2375
KUBE_USERNAME:
from_secret: kubectl_username
KUBE_PASSWORD:
@ -76,7 +75,6 @@ steps:
KUBE_CA:
form_secret: kubectl_ca
commands:
- kubectl
- cat kube/kubeconfig_template.yaml | envsubst > /.kube/config
- kubectl get pods
- kubectl get deployments