1
0

#18 Add profiles

This commit is contained in:
2022-05-09 22:18:20 +02:00
parent f89ebaa44e
commit 1b9ce54933
7 changed files with 21 additions and 7 deletions

View File

@@ -3,13 +3,16 @@
workspace_loc=$1
echo "$workspace_loc"
profile=$2
echo "$profile"
pwd
deploy_tmp="deploy_tmp"
target_loc="/opt/nbscloud"
app_props_loc="$workspace_loc/web-container/target/classes/config/application.properties"
files_prop_loc="$workspace_loc/files/target/classes/config/files-application.properties"
app_props_loc="$workspace_loc/web-container/target/classes/config/application-$profile.properties"
files_prop_loc="$workspace_loc/files/target/classes/config/files-application-$profile.properties"
echo "$app_props_loc"
echo "$files_prop_loc"