DID YOU KNOW THERE'S LIKE NO WAY TO ESCAPE ' IN YAML
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Soph :3 2025-10-19 15:17:46 +03:00
parent e55322253c
commit 49e36b826e

View file

@ -16,7 +16,8 @@ jobs:
name: id_ed25519
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
run: >
& 'C:\Program Files\Git\usr\bin\ssh-keyscan.exe' -t rsa vps.sad.ovh
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