Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
update deployment step
  • Loading branch information
pratiksh21 authored Oct 29, 2023
1 parent 72a283d commit 1077007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: Build with Maven
run: mvn -B package --file Blogging-App/pom.xml
- name: Execute Jar file
run: sudo kill -9 `sudo lsof -t -i:8080` & sudo java -jar /home/ubuntu/actions-runner/_work/BloggingPlatform-App/BloggingPlatform-App/Blogging-App/target/Blogging-App-0.0.1-SNAPSHOT.jar &
run: sudo kill -9 `sudo lsof -t -i:8080` & sudo java -jar /home/ubuntu/actions-runner/_work/BloggingPlatform-App/Blogging-App/target/Blogging-App-0.0.1-SNAPSHOT.jar &


0 comments on commit 1077007

Please sign in to comment.