update deploy script

pull/87/head
Thibault Duplessis 2014-06-02 01:20:19 +02:00
parent cf7c561908
commit cbe23a132c
2 changed files with 1 additions and 4 deletions

View File

@ -10,6 +10,3 @@ curl_prod () {
lilalog "Test $PROD_URL"
curl -sL -w "%{http_code}" -o /dev/null "$PROD_URL"
}
# load local config
[ -f bin/lilarc.local ] && . bin/lilarc.local

View File

@ -40,7 +40,7 @@ if [ $mode == "main" ]; then
bin/closure
fi
sbt ";play;stage;exit"
sbt ";stage;exit"
if [ $? != 0 ]; then
lilalog "Deploy canceled"
exit 1