WOW I LOVE WINDOWS ISSUES SO MUCH
All checks were successful
/ build (push) Successful in 20s

This commit is contained in:
Soph :3 2025-10-19 15:01:11 +03:00
parent d7a99250b4
commit 41b5a24c2e

View file

@ -16,7 +16,7 @@ jobs:
name: id_ed25519 name: id_ed25519
known_hosts: 'just-a-placeholder-so-we-dont-get-errors' known_hosts: 'just-a-placeholder-so-we-dont-get-errors'
- name: Adding Known Hosts - name: Adding Known Hosts
run: ssh-keyscan -H vps.sad.ovh | Out-File -FilePath "$env:USERPROFILE\.ssh\known_hosts" -Encoding ascii -Append run: ssh -o StrictHostKeyChecking=accept-new -q -T ${{ secrets.SSH_USER }}@vps.sad.ovh true
shell: powershell shell: powershell
- name: Deploy with scp - 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 run: scp -i C:\Users\ContainerAdministrator\.ssh\id_ed25519 -r .\dist\ ${{ secrets.SSH_USER }}@vps.sad.ovh:/var/www/sad.ovh