This website requires JavaScript.
Explore
Help
Sign in
github
/
hedgedoc
Watch
1
Star
0
Fork
You've already forked hedgedoc
0
mirror of
https://github.com/hedgedoc/hedgedoc.git
synced
2024-11-22 01:36:29 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4e5ff6f075
hedgedoc
/
bin
/
heroku
13 lines
78 B
Text
Raw
Normal View
History
Unescape
Escape
Config heroku deployment
2016-10-14 07:28:54 -04:00
#!/bin/bash
set -e
cleanup of the heroku configuration this removes the general `postinstall` call to `bin/heroku` and instead puts it into a heroku-prebuild hook. At the same time, env vars get updated to use the `CMD` prefix. The configured buildpacks were not used. Finally, npm run build is now automatically done by Heroku. Signed-off-by: Claudius <opensource@amenthes.de>
2019-03-30 20:29:34 -04:00
cat << EOF > config.json
Fix heroku production db setting
2016-12-10 23:07:46 -05:00
{
"production": {
}
}
EOF
Reference in a new issue
Copy permalink