Cleaned repository
- Added explaination to README - Added docker-compose files
This commit is contained in:
11
README.md
11
README.md
@ -1,3 +1,10 @@
|
||||
# startup
|
||||
# Sample CI/CD Spring Boot Project
|
||||
|
||||
Hallo
|
||||
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/`.
|
||||
|
||||
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.
|
Reference in New Issue
Block a user