From dbc24134294667b7b55ce6ec2ca8d2e0d530b269 Mon Sep 17 00:00:00 2001
From: David Gilbert <david.gilbert@rwth-aachen.de>
Date: Fri, 30 Aug 2024 14:41:50 +0200
Subject: [PATCH] Update README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 94b9316..a4f058e 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,8 @@ For the predefined build steps you can change the `CLIENT_CONFIG` to either `Deb
 The predefined deploy steps are a bit more tricky to alter. So just try not to.
 The two predefined deploy stages are automatically deploying the builds (if successful) to */work/vrdemo/projects/ci* or  */home/av006de/demos_UNREAL/CI* (CAVE, CentOS, Deprecated) or */home/vrdev/UnrealCIDeploy* (VRDev, Win64).
 
+For vrdemo deployment, there is an additional ssh command that checks whether there are more than 3 deployed builds per branch, and deletes the older ones automatically. On vrdemo, no automatic cleanup cronjob is running.
+
 ---
 
 ### Setting up additional build machines
-- 
GitLab