Skip to content

Commit

Permalink
fix: updated action to build on server
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-urner committed Mar 11, 2024
1 parent e024562 commit f56e92f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dockerprod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- 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 f56e92f

Please sign in to comment.