xdddd
All checks were successful
/ build (push) Successful in 20s

This commit is contained in:
Soph :3 2025-10-19 15:04:03 +03:00
parent 41b5a24c2e
commit 00b3d5639c

View file

@ -19,5 +19,5 @@ jobs:
run: ssh -o StrictHostKeyChecking=accept-new -q -T ${{ secrets.SSH_USER }}@vps.sad.ovh true 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
shell: powershell shell: powershell