Quellcode durchsuchen

htaccess

master
Florian Eisenmenger vor 1 Jahr
Ursprung
Commit
f68b09fe63
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      matsen-tool/2deployMatsenFE.sh

+ 1
- 0
matsen-tool/2deployMatsenFE.sh Datei anzeigen

@@ -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)"

Laden…
Abbrechen
Speichern