From f68b09fe6393c21817cc4981655b6245710e4f36 Mon Sep 17 00:00:00 2001 From: Florian Eisenmenger Date: Wed, 20 Nov 2024 12:15:21 +0100 Subject: [PATCH] htaccess --- matsen-tool/2deployMatsenFE.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/matsen-tool/2deployMatsenFE.sh b/matsen-tool/2deployMatsenFE.sh index ccce795..bbadd8f 100644 --- a/matsen-tool/2deployMatsenFE.sh +++ b/matsen-tool/2deployMatsenFE.sh @@ -32,5 +32,6 @@ npm install npx ng build --configuration production cp -r ${TARGET_PATH}/angular/dist/* ${TARGET_PATH} +cp -r ${GIT_PATH}/.htaccess ${TARGET_PATH}/matsen-tool/browser echo "You have updated matsen client!$(tput sgr 0)" \ No newline at end of file