summaryrefslogtreecommitdiff
path: root/bin/heroku (follow)
Commit message (Collapse)AuthorAgeFilesLines
* heroku complains about dialectClaudius2020-01-111-2/+1
| | | | Signed-off-by: Claudius <opensource@amenthes.de>
* cleanup of the heroku configurationClaudius2019-03-311-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>
* Remove npm install in heroku buildYukai Huang2017-05-071-2/+0
| | | | since heroku detects yarn.lock automatically
* Remove config.js from setup filesYukai Huang2017-01-131-2/+0
|
* Revert "Rename npm script"bananaappletw2017-01-041-1/+1
| | | | This reverts commit ed83dfc862768572eab0c2aed629b1700ac9e224.
* Remove unnecessary db config of herokubananaappletw2016-12-221-6/+0
|
* Simplify output with sequelize database argumentYukai Huang2016-12-121-29/+2
|
* Fix heroku production db settingYukai Huang2016-12-121-1/+34
|
* Remove bower occurencesYukai Huang2016-12-111-1/+1
|
* Rename npm scriptYukai Huang2016-12-101-1/+1
| | | | | | | webpack scripts are meant to “build” assets, so place them under the same namespace * dev => build:dev * build => build:prod
* Config heroku deploymentYukai Huang2016-10-161-0/+35