From 9def22a836cfa56e25a3ed4c81a46f8029848d62 Mon Sep 17 00:00:00 2001 From: jedi Date: Sun, 16 Mar 2025 15:31:46 +0100 Subject: [PATCH] extend information about the online instances to the README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ad064a..3581cac 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,6 @@ docker exec -it c3lf-sys3-dev-core-1 ./manage.py test` *will include postfix, mariadb, redis, nginx and the ability to test sending mails, receiving mail and websocket based realiteme updates in the frontend. the last step in verification before deploying to the staging system using ansible* - ## Online Instances These are deployed using `deploy/ansible/playbooks/deploy-c3lf-sys3.yml` and follow a specific git branch. @@ -151,4 +150,9 @@ This is the **'production' system** and should strictly follow the staging syste | **Debug Mode** | on | This system ist automatically updated by [git.hannover.ccc.de](https://git.hannover.ccc.de/c3lf/c3lf-system-3/) whenever -a commit is pushed to the 'testing' branch and the backend tests passed. \ No newline at end of file +a commit is pushed to the 'testing' branch and the backend tests passed. + +**WARNING: allthough this is the staging system, it is fully functional and contains a copy of the 'production' data, so +do not for example reply to tickets for testing purposes as the system WILL SEND AN EMAIL to the person who originally +created it. If you want to test something like that, first create you own test ticket by sending an email to +`@staging.c3lf.de`** \ No newline at end of file