From 6945c25b6a857ab057e48bddd8995f7b083ca8df Mon Sep 17 00:00:00 2001 From: DerDavidBohl Date: Fri, 10 Jan 2025 10:50:33 +0100 Subject: [PATCH] Added Develop Section in README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b5220cb..020a8b6 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,11 @@ docker run -d \ | /app/deployments | Deployments directory for Dirigent | | /var/run/docker.sock | Docker socket for Dirigent | + +## Develop + +### Setup for local Tests + +1. copy `src/test/resources/application-local.properties.template` to `src/test/resources/application-local.properties` +2. fill in your test repository url and auth token +3. Done ;)