maybe..
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Soph :3 2025-10-19 14:53:32 +03:00
parent 4b6dd054ee
commit 3504779f4c

View file

@ -19,5 +19,5 @@ jobs:
# run: ssh-keyscan -H vps.sad.ovh | Out-File -Append $env:USERPROFILE\.ssh\known_hosts # run: ssh-keyscan -H vps.sad.ovh | Out-File -Append $env:USERPROFILE\.ssh\known_hosts
# 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
shell: powershell shell: powershell