Обновить .gitea/workflows/deploy.yml
All checks were successful
Build and Test Application / build (push) Successful in 16s

This commit is contained in:
mt77 2025-05-12 04:24:14 +05:00
parent 874dbd2eee
commit b0355bf821

View File

@ -15,7 +15,7 @@ jobs:
- name: SSH deploy
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_HOST }}
host: ${{ vars.REMOTE_SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |