Update README.md

This commit is contained in:
Max W 2023-12-08 14:16:15 +01:00
parent 93bdddf8ed
commit b4072034f5

View File

@ -3,8 +3,11 @@
This is a sample project to demonstrate CI/CD using Gitea and Gitea Runner.
## Details
Run actions build a executable .jar file with the help of maven. It contains the basic Spring Boot WebApp wich serves a simple HTML page with sample text to `localhost:8080/`.
The configured Action Pipeline builds a executable .jar file with the help of maven. It contains the basic Spring Boot WebApp wich serves a simple HTML page with sample text to `localhost:8080/`.
This project uploads configured artifacts. Checkout `.gitea/workflows` for more details.
The docker compose files used to setup this System can be found in `files` directory.
### Docker
Now also creates a sample docker package for remote deployment.