WIP
Some checks failed
Build homebridge-hue-chase / Version (push) Successful in 8s
Build homebridge-hue-chase / Build (push) Successful in 14s
Build homebridge-hue-chase / Publish Latest (push) Successful in 10s
Build homebridge-hue-chase / Deploy (push) Failing after 13s

This commit is contained in:
Brandon Watson 2024-06-05 19:57:15 -05:00
parent b989246dbd
commit 7e624620f0

View File

@ -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