Update maven.yml

This commit is contained in:
Skidder 2020-10-06 20:10:10 +02:00 committed by GitHub
parent 4ae9459ca3
commit 082dbb6c33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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