From 34ad83a312642bbb2156bed203eef3737633d5e9 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Tue, 26 Jul 2022 11:28:00 +0200 Subject: [PATCH] Documentation: Add information about the deployment system. Feel free to remove this later when you don't need it anymore. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index ca7dcef..5d79d16 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # Asteroids +`BodgeMaster was here.` + +I set up web deployment for you. Still need to take care of the reverse +proxy side of things, but the deployment should already be working. + + +## About the files I added: + +[deployment-script.sh](./deployment-script.sh) is being executed every time +the updated project gets deployed. Deployment happens when you push +to master. If you don’t need it, just leave it alone; deployment will fail +without it. + +[webroot/](./webroot/) is the directory that is linked into the web server. +You can either just put your files in there, or you can have the deployment +script or some build process called by the deployment script put them there.