Update version ssh action
Some checks failed
Build and Deploy Astro Landing / deploy (push) Failing after 6s

This commit is contained in:
Sergejs Kozinecs 2026-07-29 19:15:20 +03:00
parent 7a3321334e
commit a058c72537

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest # Метка вашего Forgejo Runner runs-on: ubuntu-latest # Метка вашего Forgejo Runner
steps: steps:
- name: Deploy to VPS via SSH - name: Deploy to VPS via SSH
uses: appleboy/ssh-action@v1.0.3 uses: appleboy/ssh-action@v1.2.5
with: with:
host: ${{ secrets.VPS_HOST }} host: ${{ secrets.VPS_HOST }}
username: ${{ secrets.VPS_USER }} username: ${{ secrets.VPS_USER }}