tweak deploy script

autocomplete
Thibault Duplessis 2016-10-02 23:11:04 +02:00
parent 96750dac71
commit ab90ddc270
1 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,9 @@ if [ $mode = "main" ]; then
$CLI deploy pre
fi
bin/dev ";stage;exit"
SBT_OPTS=""
export JAVA_OPTS="-Xms1024M -Xmx1024M -XX:ReservedCodeCacheSize=64m -XX:+UseConcMarkSweepGC"
sbt ";stage;exit"
if [ $? != 0 ]; then
lilalog "Deploy canceled"
exit 1