Skip to content

patch: get rid of the @Autowired-Annotations because there is only on… #9

patch: get rid of the @Autowired-Annotations because there is only on…

patch: get rid of the @Autowired-Annotations because there is only on… #9

name: DockerProd Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: "self-hosted"
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