unrsyncify
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Soph :3 2025-10-19 14:45:13 +03:00
parent 2bd4650f22
commit 921c30d538

View file

@ -5,9 +5,6 @@ jobs:
steps:
- uses: http://github.com/actions/checkout@v4
- uses: http://github.com/oven-sh/setup-bun@v2
- name: Install Rsync
run: choco install rsync -y
shell: powershell
- run: bun install
shell: powershell
- run: bun run prod
@ -21,6 +18,6 @@ jobs:
#- name: Adding Known Hosts
# run: ssh-keyscan -H vps.sad.ovh | Out-File -Append $env:USERPROFILE\.ssh\known_hosts
# shell: powershell
- name: Deploy with rsync
run: rsync -avz ./dist/ ${{ secrets.SSH_USER }}@vps.sad.ovh:/var/www/sad.ovh
- name: Deploy with scp
run: scp -r ./dist/ ${{ secrets.SSH_USER }}@vps.sad.ovh:/var/www/sad.ovh
shell: powershell