attempt using restricted ssh
Some checks failed
/ test (push) Failing after 43s

This commit is contained in:
Soph :3 2025-06-29 13:44:01 +03:00
parent 0395ef3333
commit c1c10b7ffd

View file

@ -21,4 +21,4 @@ jobs:
- name: Adding Known Hosts - name: Adding Known Hosts
run: ssh-keyscan -H vps.sad.ovh >> ~/.ssh/known_hosts run: ssh-keyscan -H vps.sad.ovh >> ~/.ssh/known_hosts
- name: Deploy with rsync - name: Deploy with rsync
run: rsync -avz -e ssh ./dist/ ${{ secrets.SSH_USER }}@vps.sad.ovh:/var/www/sad.ovh run: rsync -avz -e ssh ./dist/ ${{ secrets.SSH_USER }}@vps.sad.ovh:/