From d9bd562a7c3eb41811aa7d405cfd283da23c2ada Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 4 May 2022 11:06:11 +0200 Subject: [PATCH] update deployment docu --- deployment/bare_metal/setup.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deployment/bare_metal/setup.md b/deployment/bare_metal/setup.md index f39228879..0cb6951d9 100644 --- a/deployment/bare_metal/setup.md +++ b/deployment/bare_metal/setup.md @@ -2,6 +2,9 @@ # This assums you have root access via ssh to your cleanly setup server # Furthermore this assumes you have debian (11 64bit) running +# Check your (Sub-)Domain with your Provider. +# In this document gddhost.tld refers to your chosen domain + > ssh root@gddhost.tld # change root default shell @@ -92,4 +95,5 @@ > nano .env >> Adjust values accordingly # TODO the install.sh is not yet ready to run directly - consider to use it as pattern to do it manually -> ./install.sh \ No newline at end of file +# The Github Secret is Created on Github in Settimgs -> Webhooks +> ./install.sh