From 125e59ff1a8e0559f5fabf07ca5a28d4b026fc05 Mon Sep 17 00:00:00 2001 From: eleonore Date: Mon, 29 Jul 2024 16:05:55 +0000 Subject: [PATCH] Update Specifications.md --- Specifications.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Specifications.md b/Specifications.md index 7af432a..de2c831 100644 --- a/Specifications.md +++ b/Specifications.md @@ -24,8 +24,8 @@ or just a call ./deployer deploy/remove all/service_name # Description -deploy_service(service) -{ +deploy_service(service) +{ - determines if the service is on this server if it is: - checks the environment (/data/mounted and new nginx conf exists) @@ -33,10 +33,10 @@ deploy_service(service) - calls the bash scripts specific to the service if they exist (deploy_as) - creates user and .env variables if necessary - calls the deployment functions from the libraries -} +} -remove_service(service) //should there be some kind of less absolute removal? -{ +remove_service(service) //should there be some kind of less absolute removal? +{ - determines if the service is on this server if it is: - calls the removing bash scripts specific to the service if they exist @@ -44,8 +44,8 @@ remove_service(service) //should there be some kind of less absolute removal? - deletes .env variables - deletes directories - deletes user - - removes from .csv //should this get done before by the sysadmin? but how to check that something was here if it has been removed ? -} + - removes from .csv //should this get done before by the sysadmin? but how to check that something was here if it has been removed ? +} **main.cpp** - reads the instructions