diff --git a/jobs/Deploy_HRB_API_SIT_124/config.xml b/jobs/Deploy_HRB_API_SIT_124/config.xml
index dcaf70e992d6c355afc946b15979ec6ab1850cdf..61ecf4494390b06ea10f53ce40540186c7a776cd 100644
--- a/jobs/Deploy_HRB_API_SIT_124/config.xml
+++ b/jobs/Deploy_HRB_API_SIT_124/config.xml
@@ -115,7 +115,7 @@
VAR=$(git rev-parse --short HEAD)_$(date +"%Y%m%d_%H%M")
version=$(echo $GIT_BRANCH | cut -d'/' -f 3)
-sed -i "s/<title.*/<title ng-bind='page_title'>CRM v${version}_${VAR}<\/title\/>/" src/main/resources/static/index.html
+# sed -i "s/<title.*/<title ng-bind='page_title'>CRM v${version}_${VAR}<\/title\/>/" src/main/resources/static/index.html
@@ -123,7 +123,7 @@ sed -i "s/<title.*/<title ng-bind='page_title'>CRM v${ve
systemctl stop HRB_API
rm -f /opt/HRB_API/lib/*.jar
-/usr/bin/unzip -j -o target/authservice-pack.zip "authservice/lib/*" -d /opt/HRB_API/lib
+/usr/bin/unzip -j -o target/HRB_API-pack.zip "HRB_API/lib/*" -d /opt/HRB_API/lib
systemctl start HRB_API