Fix remote script

This commit is contained in:
Deko
2023-03-03 22:47:01 +01:00
parent 566e8da403
commit 33114f785f

View File

@@ -85,6 +85,6 @@ deploy:
- ssh-keyscan $REMOTE_HOST >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
script:
- ssh $SSH_USER@$REMOTE_HOST "bash -c 'cd /home/raphael/twitch-notifier && ./start.sh'"
- ssh $SSH_USER@$REMOTE_HOST "bash -c '/home/raphael/twitch-notifier/start.sh'"
only:
- main