From 7e624620f01e072416a3aff5595303a7c89a03e4 Mon Sep 17 00:00:00 2001 From: watsonb8 Date: Wed, 5 Jun 2024 19:57:15 -0500 Subject: [PATCH] WIP --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index cd26ae8..92ef1be 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -78,5 +78,5 @@ jobs: run: | sshpass -p '${{ secrets.ELEVATED_HOMEBRIDGE_PASSWORD }}' ssh -v -o StrictHostKeyChecking=no ${{ secrets.ELEVATED_HOMEBRIDGE_USER }}@${{ secrets.HOMEBRIDGE_HOST }} <<'ENDSSH' npm install -g @watsonb8/homebridge-hue-chase - sudo systemctl restart homebridge + systemctl restart homebridge ENDSSH