Gimme more #545

Merged
greg6775 merged 140 commits from master into hax-dev 2020-09-19 23:18:45 +02:00
Showing only changes of commit d2d9f16ad9 - Show all commits

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