Update maven.yml

This commit is contained in:
Hax 2020-09-19 21:42:07 +02:00 committed by GitHub
parent 4a16b9f70f
commit d2d9f16ad9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()