Update update.yaml
All checks were successful
/ build (push) Successful in 28s

This commit is contained in:
Soph :3 2025-10-19 15:49:39 +03:00
parent 2779583d62
commit d5e744c702

View file

@ -17,7 +17,7 @@ jobs:
known_hosts: 'just-a-placeholder-so-we-dont-get-errors'
- name: Adding Known Hosts
run: >
& 'C:\Program Files\Git\usr\bin\ssh-keyscan.exe' -t rsa vps.sad.ovh | Out-File $env:USERPROFILE\.ssh\known_hosts
& 'C:\Program Files\Git\usr\bin\ssh-keyscan.exe' vps.sad.ovh | Out-File -Encoding utf8 $env:USERPROFILE\.ssh\known_hosts
shell: powershell
- name: Deploy with scp
run: scp -i C:\Users\ContainerAdministrator\.ssh\id_ed25519 -r .\dist\* ${{ secrets.SSH_USER }}@vps.sad.ovh:/var/www/sad.ovh