Skip to content

Commit 759443e

Browse files
Update maven.yml
1 parent 691511f commit 759443e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,14 @@ jobs:
4343
port: ${{ secrets.PORT }}
4444
source: "target/*.war"
4545
target: /tmp/
46+
- name: scp ssh pipelines
47+
uses: cross-the-world/ssh-scp-ssh-pipelines@latest
48+
with:
49+
host: ${{ secrets.HOST }}
50+
user: ${{ secrets.USERNAME }}
51+
pass: ${{ secrets.PASSWORD }}
52+
port: ${{ secrets.PORT }}
53+
scp: |
54+
./target/*.war => /tmp/
55+
last_ssh: |
56+
ls -lart /tmp

0 commit comments

Comments
 (0)