Skip to content

Commit 675dac5

Browse files
Update maven.yml
1 parent c2d7ecf commit 675dac5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/maven.yml

+7
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,10 @@ jobs:
4545
./target/*.war => /tmp/
4646
last_ssh: |
4747
ls -lart /tmp
48+
- name: Invoke Jenkins Deployment Job
49+
uses: appleboy/jenkins-action@master
50+
with:
51+
url: "http://104.198.139.137:8080"
52+
user: "admin"
53+
token: ${{ secrets.JENKINS_TOKEN }}
54+
job: "TomcatDeployment"

0 commit comments

Comments
 (0)