summaryrefslogtreecommitdiff
path: root/bin/heroku (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-07Ignore Postgres SSL errors on HerokuDavid Mehren1-0/+10
The connection to Heroku's Postgres instances must use SSL, but not check the certificate. This adds the necessary configuration to the Heroku setup script. Fixes #1245 Signed-off-by: David Mehren <git@herrmehren.de>
2021-03-06Remove .sequelizercDavid Mehren1-12/+0
After https://github.com/hedgedoc/hedgedoc/pull/969 was merged, a separate configuration file for the sequelize-cli is no longer required. Signed-off-by: David Mehren <git@herrmehren.de>
2020-01-11heroku complains about dialectClaudius1-2/+1
Signed-off-by: Claudius <opensource@amenthes.de>
2019-03-31cleanup of the heroku configurationClaudius1-8/+2
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>
2017-05-07Remove npm install in heroku buildYukai Huang1-2/+0
since heroku detects yarn.lock automatically
2017-01-13Remove config.js from setup filesYukai Huang1-2/+0
2017-01-04Revert "Rename npm script"bananaappletw1-1/+1
This reverts commit ed83dfc862768572eab0c2aed629b1700ac9e224.
2016-12-22Remove unnecessary db config of herokubananaappletw1-6/+0
2016-12-12Simplify output with sequelize database argumentYukai Huang1-29/+2
2016-12-12Fix heroku production db settingYukai Huang1-1/+34
2016-12-11Remove bower occurencesYukai Huang1-1/+1
2016-12-10Rename npm scriptYukai Huang1-1/+1
webpack scripts are meant to “build” assets, so place them under the same namespace * dev => build:dev * build => build:prod
2016-10-16Config heroku deploymentYukai Huang1-0/+35