Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anujdevopslearn authored Oct 15, 2023
1 parent 357df83 commit ff6bc20
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,12 @@ jobs:
cache: maven
- name: Build with Maven
run: "mvn -B ${mavenGoal} --file ${buildScript}"


deploy:
#depends-on: build
runs-on: ubuntu-latest
steps:
- name: Perform Code Deployment
run: echo "Proceeding with Deployment"

0 comments on commit ff6bc20

Please sign in to comment.