start.simoncor.net/.drone.yml
Simon Cornet 4dfbd4de76
Some checks failed
continuous-integration/drone/push Build is failing
[CI] Specify kubectl version
2023-03-23 11:29:36 +01:00

20 lines
408 B
YAML

---
kind: 'pipeline'
name: 'build'
type: 'kubernetes'
steps:
# deploy to kubernetes
- image: 'docker.io/bitnami/kubectl:1.26.3'
name: 'deploy'
pull: 'always'
environment:
DRONE_KUBECONFIG:
from_secret: 'drone_kube_config'
commands:
- echo $DRONE_KUBECONFIG > $HOME/.kube/config
- cat $HOME/.kube/config
- kubectl -n start-simoncor-net rollout restart deployment start-simoncor-net