We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691511f commit 759443eCopy full SHA for 759443e
1 file changed
.github/workflows/maven.yml
@@ -43,3 +43,14 @@ jobs:
43
port: ${{ secrets.PORT }}
44
source: "target/*.war"
45
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