Обновить .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
|
- name: SSH deploy
|
||||||
uses: appleboy/ssh-action@master
|
uses: appleboy/ssh-action@master
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.SSH_HOST }}
|
host: ${{ vars.REMOTE_SSH_HOST }}
|
||||||
username: ${{ secrets.SSH_USER }}
|
username: ${{ secrets.SSH_USER }}
|
||||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
script: |
|
script: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user