We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f360c1 commit 4eb46e5Copy full SHA for 4eb46e5
1 file changed
.github/workflows/maven.yml
@@ -9,7 +9,13 @@ on:
9
jobs:
10
build:
11
uses: anujdevopslearn/GithubActionsWorkflows/.github/workflows/maven.yml@main
12
+ with:
13
+ build-script: pom.xml
14
15
deploy:
16
needs: build
17
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