We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7745a40 commit 691511fCopy full SHA for 691511f
1 file changed
.github/workflows/maven.yml
@@ -33,3 +33,13 @@ jobs:
33
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
34
- name: Update dependency graph
35
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
36
+
37
+ - name: copy file via ssh password
38
+ uses: appleboy/scp-action@v0.1.7
39
+ with:
40
+ host: ${{ secrets.HOST }}
41
+ username: ${{ secrets.USERNAME }}
42
+ password: ${{ secrets.PASSWORD }}
43
+ port: ${{ secrets.PORT }}
44
+ source: "target/*.war"
45
+ target: /tmp/
0 commit comments