Update maven.yml

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

View file

@ -32,15 +32,15 @@ jobs:
local: ./target/Hadder-Build.jar
remote: /home/Hadder-Build.jar
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
privateKey: ${{ secrets.PK }}
passphrase: ${{ secrets.PP }}
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
key: ${{ secrets.PK }}
passphrase: ${{ secrets.PP }}
script: /home/deploy.sh
- name: Send Webhook Notification
if: always()