Update maven.yml
This commit is contained in:
parent
9436646633
commit
4ae9459ca3
1 changed files with 3 additions and 1 deletions
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
|
|
@ -30,8 +30,10 @@ jobs:
|
|||
uses: garygrossgarten/github-action-scp@release
|
||||
with:
|
||||
local: ./target/Hadder-Build.jar
|
||||
remote: /home/Hadder-Build.jar
|
||||
remote: /home/bots/Hadder/Hadder-Build.jar
|
||||
host: ${{ secrets.HOST }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
passphrase: ${{ secrets.PASSWORD }}
|
||||
privateKey: ${{ secrets.PK }}
|
||||
- name: executing remote ssh commands using password
|
||||
uses: appleboy/ssh-action@master
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue