Skip to content

Commit

Permalink
Change port of uber jar build
Browse files Browse the repository at this point in the history
  • Loading branch information
Niffler committed Jan 16, 2024
1 parent bad9718 commit a531e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_countdown-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
java-version: '17'

- name: Build with Maven
run: mvn clean install -Dquarkus.package.type=uber-jar
run: mvn clean install -Dquarkus.package.type=uber-jar -Dquarkus.http.port=80

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a531e6f

Please sign in to comment.