add maven deploy
Some checks failed
Gitea Action Maven build / build (push) Failing after 1m16s

This commit is contained in:
Eduard Kuksa
2025-01-25 20:45:35 +07:00
parent e855d7c583
commit 88002bae57
3 changed files with 33 additions and 0 deletions

View File

@@ -22,3 +22,5 @@ jobs:
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Deploy to Gitea
run: mvn deploy