new branch
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-16 02:26:25 +10:00
parent 4ec4263e08
commit 758f2abb96

View File

@ -53,4 +53,16 @@ steps:
branch: branch:
- dev - dev
- name: restart deployment our-style
environment:
DOCKER_TLS_VERIFY: 1
DOCKER_HOST: "tcp://192.168.49.2:2376"
DOCKER_CERT_PATH: "/home/hogweed1/.minikube/certs"
MINIKUBE_ACTIVE_DOCKERD: "minikube"
commands:
- su - hogweed1 -c "minikube kubectl -- rollout restart -n vdk2ch deployment flask-htmx-our-style"
when:
branch:
- our-style