Skip to content

Commit

Permalink
Modify github/workflows/github-actions-spring-boot-webserver.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Sep 27, 2024
1 parent 92b0973 commit ad21628
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/github-actions-spring-boot-webserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Spring Boot Web Server
run: |
# Prepapre static resources
cd src/main/resources/
unzip static.zip
cd ../../..
#
# Build JAR (Debian Slim)
./build-jar.sh
#
Expand Down Expand Up @@ -59,6 +65,9 @@ jobs:
# Compare file sizes
ls -lh target/webserver*
docker images webserver
# Restore defaults
git clean -fd .
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ad21628

Please sign in to comment.