Skip to content

Commit 332ede9

Browse files
Update maven.yml
1 parent 35ec366 commit 332ede9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/maven.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,12 @@ jobs:
4646
path: .
4747
- name: Deploy Artifacts
4848
run: ls -laRt
49+
- name: copy file to server
50+
uses: appleboy/[email protected]
51+
with:
52+
host: ${{ secrets.HOST }}
53+
username: ${{ secrets.USERNAME }}
54+
password: ${{ secrets.PASS }}
55+
port: 22
56+
source: '*.jar'
57+
target: /tmp/

0 commit comments

Comments
 (0)