Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anujdevopslearn authored May 6, 2024
1 parent 691511f commit 759443e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,14 @@ jobs:
port: ${{ secrets.PORT }}
source: "target/*.war"
target: /tmp/
- name: scp ssh pipelines
uses: cross-the-world/ssh-scp-ssh-pipelines@latest
with:
host: ${{ secrets.HOST }}
user: ${{ secrets.USERNAME }}
pass: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
scp: |
./target/*.war => /tmp/
last_ssh: |
ls -lart /tmp

0 comments on commit 759443e

Please sign in to comment.