presumably fixing #1
All checks were successful
Build docker images, publish them, deploy to test server / build (push) Successful in 1m21s
Mirror dev branch to remote / build (push) Successful in 16s

This commit is contained in:
2005 2024-09-07 20:19:50 +02:00
parent df86a29b15
commit 939dc0ff14

View file

@ -36,11 +36,10 @@ jobs:
with: with:
maven-version: 3.9.6 maven-version: 3.9.6
- name: Goto server
run: cd server
- name: Build with Maven - name: Build with Maven
run: mvn -Dtoken=${{ secrets.token }} clean compile jib:build -e run: |
cd server && \
mvn -Dtoken=${{ secrets.token }} clean compile jib:build -e
- name: Cache local Maven repository - name: Cache local Maven repository
uses: https://github.com/actions/cache/save@v4 uses: https://github.com/actions/cache/save@v4