Fuck this Adding Known Hosts thing
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Soph :3 2025-10-19 14:24:22 +03:00
parent 9a7e0339ef
commit 2bd4650f22

View file

@ -18,9 +18,9 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
name: id_ed25519
known_hosts: 'just-a-placeholder-so-we-dont-get-errors'
- name: Adding Known Hosts
run: ssh-keyscan -H vps.sad.ovh | Out-File -Append $env:USERPROFILE\.ssh\known_hosts
shell: powershell
#- name: Adding Known Hosts
# run: ssh-keyscan -H vps.sad.ovh | Out-File -Append $env:USERPROFILE\.ssh\known_hosts
# shell: powershell
- name: Deploy with rsync
run: rsync -avz ./dist/ ${{ secrets.SSH_USER }}@vps.sad.ovh:/var/www/sad.ovh
shell: powershell