Обновить .gitea/workflows/deploy.yml
All checks were successful
Build and Test Application / build (push) Successful in 16s
All checks were successful
Build and Test Application / build (push) Successful in 16s
This commit is contained in:
parent
874dbd2eee
commit
b0355bf821
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user