push to the new system (or try to at least)
Some checks failed
/ test (push) Failing after 2m31s

This commit is contained in:
Soph :3 2025-06-29 13:24:20 +03:00
parent 2c2d489783
commit 6eb67ed250
4 changed files with 231 additions and 2 deletions

View file

@ -18,6 +18,6 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: 'just-a-placeholder-so-we-dont-get-errors'
- name: Adding Known Hosts
run: ssh-keyscan -H dedi.sad.ovh >> ~/.ssh/known_hosts
run: ssh-keyscan -H vps.sad.ovh >> ~/.ssh/known_hosts
- name: Deploy with rsync
run: rsync -avz ./dist/ ${{ secrets.SSH_USER }}@dedi.sad.ovh:/var/www/sad.ovh
run: rsync -avz -e ssh ./dist/ ${{ secrets.SSH_USER }}@vps.sad.ovh:/var/www/sad.ovh