WIP
Some checks failed
Build homebridge-hue-chase / Version (push) Successful in 8s
Build homebridge-hue-chase / Build (push) Successful in 1m30s
Build homebridge-hue-chase / Publish Latest (push) Successful in 9s
Build homebridge-hue-chase / Deploy (push) Failing after 16s

This commit is contained in:
Brandon Watson 2024-06-05 19:41:49 -05:00
parent 63422a48e6
commit 0649edf413

View File

@ -67,12 +67,12 @@ jobs:
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -p 22 homebridge.me >> ~/.ssh/known_hosts
sudo apt update
sudo apt-get install sshpass
sudo apt install sshpass
- name: Remove old Package
run: |
sshpass -p '${{ secrets.HOMEBRIDGE_PASSWORD }}' ssh -v -o StrictHostKeyChecking=no ${{ secrets.HOMEBRIDGE_USER }}@${{ secrets.HOMEBRIDGE_HOST }} <<'ENDSSH'
rm -r /home/${{ secrets.HOMEBRIDGE_USER }/.npm-global/lib/node_modules/@watsonb8/homebridge-hue-chase
rm -r /home/${{ secrets.HOMEBRIDGE_USER }}/.npm-global/lib/node_modules/@watsonb8/homebridge-hue-chase
ENDSSH
- name: Deploy
run: |