From a15d9f2bae20541d08e71aa1b953513513da1272 Mon Sep 17 00:00:00 2001 From: Kuba Date: Mon, 30 Jan 2023 22:48:07 +0100 Subject: [PATCH] how to use --- load-balancer/readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 load-balancer/readme.md diff --git a/load-balancer/readme.md b/load-balancer/readme.md new file mode 100644 index 0000000..cc1f932 --- /dev/null +++ b/load-balancer/readme.md @@ -0,0 +1,20 @@ +# Deploy Code Server with Hetzner Cloud + +## To run the scrip make it executable +``` +chmod +x deploy.sh +``` + +## Then execute it +``` +./deploy.sh +``` + +The script will install all the neccesary packages and create server enviroment + +--- +## When u want to delete server use cleaning script +``` +chmod +x clean.sh +./clean.sh +``` \ No newline at end of file