From 4f04258755c0f191ccf84154ea9562ff209c5f37 Mon Sep 17 00:00:00 2001 From: MK13 Date: Sun, 8 May 2022 21:24:34 +0200 Subject: [PATCH] #8 Add Jenkins jobs Fix deployment script more --- tools/deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/deploy.sh b/tools/deploy.sh index 7e2e6ac..771d33b 100644 --- a/tools/deploy.sh +++ b/tools/deploy.sh @@ -21,8 +21,9 @@ deploy_path=$(grep "nbscloud.deploy.path" "$app_props_loc" | cut -d'=' -f2) echo "$deploy_path" base_dir=$(grep "nbs-cloud.files.baseDir" "$files_prop_loc" | cut -d'=' -f2) -echo "base_dir" +echo "$base_dir" +cd tools mkdir $deploy_tmp cp "template-nbscloud.service" $deploy_tmp"/nbscloud.service"