Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anujdevopslearn authored Oct 8, 2023
1 parent cc586e0 commit e87a2a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
first_ssh: |
ls -alrt /var/lib/tomcat9/webapps
scp: |
'./target/*.war' => /var/lib/tomcat9/webapps
'./target/*.war' => /tmp/
last_ssh: |
sudo cp /tmp/*.war /var/lib/tomcat9/webapps
ls -alrt /var/lib/tomcat9/webapps

0 comments on commit e87a2a7

Please sign in to comment.