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 7, 2024
1 parent c2d7ecf commit 675dac5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ jobs:
./target/*.war => /tmp/
last_ssh: |
ls -lart /tmp
- name: Invoke Jenkins Deployment Job
uses: appleboy/jenkins-action@master
with:
url: "http://104.198.139.137:8080"
user: "admin"
token: ${{ secrets.JENKINS_TOKEN }}
job: "TomcatDeployment"

0 comments on commit 675dac5

Please sign in to comment.