Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | heroku complains about dialect | Claudius | 2020-01-11 | 1 | -2/+1 |
| | | | | Signed-off-by: Claudius <opensource@amenthes.de> | ||||
* | cleanup of the heroku configuration | Claudius | 2019-03-31 | 1 | -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 build | Yukai Huang | 2017-05-07 | 1 | -2/+0 |
| | | | | since heroku detects yarn.lock automatically | ||||
* | Remove config.js from setup files | Yukai Huang | 2017-01-13 | 1 | -2/+0 |
| | |||||
* | Revert "Rename npm script" | bananaappletw | 2017-01-04 | 1 | -1/+1 |
| | | | | This reverts commit ed83dfc862768572eab0c2aed629b1700ac9e224. | ||||
* | Remove unnecessary db config of heroku | bananaappletw | 2016-12-22 | 1 | -6/+0 |
| | |||||
* | Simplify output with sequelize database argument | Yukai Huang | 2016-12-12 | 1 | -29/+2 |
| | |||||
* | Fix heroku production db setting | Yukai Huang | 2016-12-12 | 1 | -1/+34 |
| | |||||
* | Remove bower occurences | Yukai Huang | 2016-12-11 | 1 | -1/+1 |
| | |||||
* | Rename npm script | Yukai Huang | 2016-12-10 | 1 | -1/+1 |
| | | | | | | | webpack scripts are meant to “build” assets, so place them under the same namespace * dev => build:dev * build => build:prod | ||||
* | Config heroku deployment | Yukai Huang | 2016-10-16 | 1 | -0/+35 |