test
This commit is contained in:
parent
b827b88d06
commit
1e2e25650d
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@ deploy:
|
||||||
name: bitnami/kubectl:latest
|
name: bitnami/kubectl:latest
|
||||||
entrypoint: ['']
|
entrypoint: ['']
|
||||||
script:
|
script:
|
||||||
- kubectl config --kubeconfig=${KUBE_CONFIG} get-contexts
|
- kubectl config get-contexts
|
||||||
- kubectl config --kubeconfig=${KUBE_CONFIG} use-context stare/infra:ovh-cluster
|
- kubectl config use-context stare/infra:ovh-cluster
|
||||||
- kubectl get pods
|
- kubectl get pods
|
||||||
- kubectl rollout restart deployment/proxy-detection-api
|
- kubectl rollout restart deployment/proxy-detection-api
|
||||||
- kubectl rollout status deployment/proxy-detection-api --timeout=300s
|
- kubectl rollout status deployment/proxy-detection-api --timeout=300s
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue