shrug emoji
Some checks failed
Deploy API / docker (17, 3.8.5) (push) Failing after 41s

This commit is contained in:
Lee 2024-08-01 06:15:58 +01:00
parent 008ca0f6d4
commit 8860a46462

@ -9,8 +9,9 @@ jobs:
docker:
strategy:
matrix:
arch: ["ubuntu-latest"]
runs-on: ${{ matrix.arch }}
java-version: ["17"]
maven-version: ["3.8.5"]
runs-on: ubuntu-latest
defaults:
run:
working-directory: "./API"
@ -20,6 +21,16 @@ jobs:
# Checkout the repo
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
# Setup Java and Maven
- name: Set up JDK and Maven
uses: s4u/setup-maven-action@v1.12.0
with:
java-version: ${{ matrix.java-version }}
distribution: "zulu"
maven-version: ${{ matrix.maven-version }}
# Deploy to Dokku
- name: Deploy to Dokku