Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anujdevopslearn authored Mar 7, 2024
1 parent 4f360c1 commit 4eb46e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ on:
jobs:
build:
uses: anujdevopslearn/GithubActionsWorkflows/.github/workflows/maven.yml@main
with:
build-script: pom.xml

deploy:
needs: build
uses: anujdevopslearn/GithubActionsWorkflows/.github/workflows/tomcat.yml@main
secrets:
host: ${{ secrets.DC_HOST }}
user: ${{ secrets.DC_USER }}
password: ${{ secrets.DC_KEY }}

0 comments on commit 4eb46e5

Please sign in to comment.