From bcf34e2b62d0619bfdf23a087d023c2e4dc0576a Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Mon, 11 Dec 2023 14:49:42 +0100
Subject: [PATCH] show OK message in profile log

---
 deploy_app.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/deploy_app.sh b/deploy_app.sh
index a0a24b6..bcc2e11 100755
--- a/deploy_app.sh
+++ b/deploy_app.sh
@@ -1,7 +1,8 @@
 #!/usr/bin/env bash
 # ======================================================================
 #
-# DEPLOYMENT POC CLIENT
+# DEPLOYMENT CLIENT
+# Roll out a package of IML CI server on a target system.
 #
 # ----------------------------------------------------------------------
 # 2021-04-19  v0.1  <axel.hahn@iml.unibe.ch>  initial version
@@ -14,6 +15,7 @@
 # 2022-11-24  v0.8  <axel.hahn@iml.unibe.ch>  tar -xzf without dot as 2nd param
 # 2022-11-25  v0.9  <axel.hahn@iml.unibe.ch>  support custom phase + file per project
 # 2023-02-14  v1.0  <axel.hahn@unibe.ch>      set v1.0 (no changes) 
+# 2023-02-14  v1.1  <axel.hahn@unibe.ch>      show OK message in profile log
 # ======================================================================
 
 
@@ -288,6 +290,8 @@ function deploy(){
 
     cd $( dirname $0 )
 
+    echo "OK: ${IMLCI_PROJECT}"
+
 }
 
 # delete old logfiles keeping the last N files
-- 
GitLab