Quellcode durchsuchen

build config

master
Daniel vor 1 Jahr
Ursprung
Commit
421bbfefe7
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. +2
    -2
      matsen-tool/2deployMatsenFE.sh
  2. +1
    -1
      matsen-tool/angular.json

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

@@ -1,6 +1,6 @@
#!/bin/bash

TARGET_PATH="/var/www/crm/matsen-tool"
TARGET_PATH="/var/www/crm"
GIT_PATH="/var/www/matsen-git-repository/matsen-tool-fe/matsen-tool"

create_directories() {
@@ -31,6 +31,6 @@ copy_files
npm install
npx ng build --configuration production

cp -r ${TARGET_PATH}/angular/dist/* ${TARGET_PATH}/browser
cp -r ${TARGET_PATH}/angular/dist/* ${TARGET_PATH}

echo "You have updated matsen client!$(tput sgr 0)"

+ 1
- 1
matsen-tool/angular.json Datei anzeigen

@@ -69,7 +69,7 @@
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.development.ts"
"with": "src/environments/environment.prod.ts"
}
]
},


Laden…
Abbrechen
Speichern