Config heroku deployment

This commit is contained in:
Yukai Huang
2016-10-14 19:28:54 +08:00
parent 33d070e52d
commit 9f63581c61
5 changed files with 84 additions and 3 deletions

View File

@@ -2,7 +2,9 @@
# run command at repo root
CURRENT_PATH=$PWD
cd $(git rev-parse --show-toplevel)
if [ -d .git ]; then
cd $(git rev-parse --show-toplevel)
fi
if ! type npm > /dev/null
then
@@ -34,7 +36,7 @@ if [ ! -f .sequelizerc ]; then
fi
echo "install npm and bower packages"
npm install && bower install
BUILD_ASSETS=false npm install && bower install
cat << EOF