Browse Source

Fix failure of Heroku deployment (#234)

pull/235/head
icoxfog417 5 years ago
parent
commit
a21279de98
1 changed files with 1 additions and 1 deletions
  1. 2
      tools/heroku.sh

2
tools/heroku.sh

@ -8,7 +8,7 @@ if [ "$1" = "build" ]; then
npm install --only=dev
./node_modules/.bin/webpack --config ./webpack.config.js --mode production
echo "Done webpack build."
ls ./static/bundle
ls ./bundle
else
python app/manage.py migrate
python app/manage.py collectstatic --noinput

Loading…
Cancel
Save