try again

This commit is contained in:
Bojan Kucera 2025-06-06 08:57:34 -04:00
parent e11f974148
commit f537e969a6

View file

@ -38,6 +38,8 @@ deploy:
variables:
KUBE_CONTEXT: stare/infra:ovh-cluster
script:
- kubectl config get-contexts
- kubectl config use-context stare/infra:ovh-cluster
- kubectl get pods
- kubectl rollout restart deployment/proxy-detection-api
- kubectl rollout status deployment/proxy-detection-api --timeout=300s