Update maven.yml
This commit is contained in:
parent
4ae9459ca3
commit
082dbb6c33
1 changed files with 2 additions and 2 deletions
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
|
|
@ -34,13 +34,13 @@ jobs:
|
|||
host: ${{ secrets.HOST }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
passphrase: ${{ secrets.PASSWORD }}
|
||||
privateKey: ${{ secrets.PK }}
|
||||
privateKey: ${{ secrets.PRIVATE_KEY }}
|
||||
- name: executing remote ssh commands using password
|
||||
uses: appleboy/ssh-action@master
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
port: ${{ secrets.PORT }}
|
||||
key: ${{ secrets.PK }}
|
||||
key: ${{ secrets.PRIVATE_KEY }}
|
||||
script: /home/deploy.sh
|
||||
- name: Send Webhook Notification
|
||||
if: always()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue