From c8df03d8e4fafba16e8b65db0bc1f4a75fc2116f Mon Sep 17 00:00:00 2001 From: yourfriendoss Date: Sun, 19 Oct 2025 12:30:48 +0300 Subject: [PATCH] more problems.. always --- .forgejo/workflows/update.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml index ef80b5f..2b692a2 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -7,11 +7,11 @@ jobs: - uses: http://github.com/oven-sh/setup-bun@v2 - name: Install Rsync run: choco install rsync -y - shell: pwsh + shell: powershell - run: bun install - shell: pwsh + shell: powershell - run: bun run prod - shell: pwsh + shell: powershell - name: Install SSH Key uses: http://github.com/shimataro/ssh-key-action@v2 with: @@ -20,7 +20,7 @@ jobs: known_hosts: 'just-a-placeholder-so-we-dont-get-errors' - name: Adding Known Hosts run: ssh-keyscan -H vps.sad.ovh | Out-File -Append $env:USERPROFILE\.ssh\known_hosts - shell: pwsh + shell: powershell - name: Deploy with rsync run: rsync -avz ./dist/ ${{ secrets.SSH_USER }}@vps.sad.ovh:/var/www/sad.ovh - shell: pwsh + shell: powershell