@@ -4,7 +4,7 @@ pipeline:
commands:
- cd src/app
- yarn
- - yarn build
+ # - yarn build
- rm -rf ./node_modules
- mkdir -p ./src/main/resources/static
- cp -r ./dist/frei-app/* ./src/main/resources/static/
@@ -5,4 +5,7 @@
#c=($(getent hosts urran_broadcast));
#echo ${c[0]} ${c[1]}
+echo $SPRING_PROFILES_ACTIVE
+echo $MONGO_PASSWORD
+
java -jar -XX:+UseG1GC -Xmx500m -Xms64m -Dspring.data.mongodb.password=$MONGO_PASSWORD /usr/local/share/frei/frei.jar