Update maven.yml
This commit is contained in:
parent
4a16b9f70f
commit
d2d9f16ad9
1 changed files with 0 additions and 2 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
|
@ -33,14 +33,12 @@ jobs:
|
|||
remote: /home/Hadder-Build.jar
|
||||
host: ${{ secrets.HOST }}
|
||||
privateKey: ${{ secrets.PK }}
|
||||
passphrase: ${{ secrets.PP }}
|
||||
- name: executing remote ssh commands using password
|
||||
uses: appleboy/ssh-action@master
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
port: ${{ secrets.PORT }}
|
||||
key: ${{ secrets.PK }}
|
||||
passphrase: ${{ secrets.PP }}
|
||||
script: /home/deploy.sh
|
||||
- name: Send Webhook Notification
|
||||
if: always()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue