Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rchidana authored Jun 21, 2024
1 parent d58e2f3 commit 752ff77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: mvn -B package --file pom.xml
- run: mkdir deployment && cp target/*.war deployment
- run: pwd && ls && ls target/* && ls deployment/*
- run: curl --upload-file deployment/mvnwebapp.war "http://${{ secrets.TOMCAT_USER }}:${{ secrets.TOMCAT_PASS }}@fa60-2406-7400-56-4538-ac6e-afa1-5b40-89c1.ngrok-free.app/manager/text/deploy?path=/githubaction&update=true"
- run: curl --upload-file deployment/mvnwebapp.war "http://${{ secrets.TOMCAT_USER }}:${{ secrets.TOMCAT_PASS }}@nl2cm6khte9p.share.zrok.io/manager/text/deploy?path=/githubaction&update=true"

0 comments on commit 752ff77

Please sign in to comment.