Skip to content

Commit

Permalink
Update dockerprod-deploy.yml
Browse files Browse the repository at this point in the history
first test for building mvn-application
  • Loading branch information
fabian-urner authored Mar 11, 2024
1 parent 0529644 commit f3ef472
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/dockerprod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4.1.1

- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Deploy via Docker
run: |
docker compose down
docker compose up -d
# - name: Deploy via Docker
# run: |
# docker compose down
# docker compose up -d

0 comments on commit f3ef472

Please sign in to comment.