From b4072034f57ca4ae01c05392d5d017b0599dc706 Mon Sep 17 00:00:00 2001 From: Max W <66736561+Walzen665@users.noreply.github.com> Date: Fri, 8 Dec 2023 14:16:15 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4219bf..afd69f0 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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. \ No newline at end of file