From 758f2abb967a1c83db7122f6cbb4072f07ed70c2 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Sun, 16 Jul 2023 02:26:25 +1000 Subject: [PATCH] new branch --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index 97ee2d8..dd831fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -52,5 +52,17 @@ steps: when: branch: - 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 \ No newline at end of file