Skip to content

Commit 4eb46e5

Browse files
Update maven.yml
1 parent 4f360c1 commit 4eb46e5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ on:
99
jobs:
1010
build:
1111
uses: anujdevopslearn/GithubActionsWorkflows/.github/workflows/maven.yml@main
12+
with:
13+
build-script: pom.xml
1214

1315
deploy:
1416
needs: build
1517
uses: anujdevopslearn/GithubActionsWorkflows/.github/workflows/tomcat.yml@main
18+
secrets:
19+
host: ${{ secrets.DC_HOST }}
20+
user: ${{ secrets.DC_USER }}
21+
password: ${{ secrets.DC_KEY }}

0 commit comments

Comments
 (0)