Skip to content

Commit 691511f

Browse files
Update maven.yml
1 parent 7745a40 commit 691511f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,13 @@ jobs:
3333
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3434
- name: Update dependency graph
3535
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

Comments
 (0)