Skip to content

Commit

Permalink
Update dockerprod-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-urner authored Mar 11, 2024
1 parent 6a29c3b commit 2f46d4e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 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: Deploy via Docker
run: |
docker compose down
docker compose up -d

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

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

0 comments on commit 2f46d4e

Please sign in to comment.