From 7971fd3ec16e0dc09c0d6ad99970b6e70dd1ff4f Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Fri, 7 Jan 2022 16:22:38 -0500 Subject: [PATCH] Updating deployment step --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b340f76..1f24bd0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -79,7 +79,8 @@ steps: from_secret: ssh_key port: 22 script: - - npm install -g homebridge-harmony-control --registry http://10.44.1.6:4873 + - npm install -g @watsonb8/homebridge-harmony-control --registry http://10.44.1.6:4873 + - systemctl restart homebridge when: event: - tag