Skip to content

Commit 5343a61

Browse files
authored
Merge pull request #450 from hackmdio/heroku-recovery
Fix heroku deployment
2 parents e32dd54 + be7335e commit 5343a61

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

app.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
"repository": "https://github.com/hackmdio/hackmd",
1111
"logo": "https://github.com/hackmdio/hackmd/raw/master/public/hackmd-icon-1024.png",
1212
"success_url": "/",
13-
"scripts": {
14-
"postdeploy": "./node_modules/.bin/sequelize db:migrate"
15-
},
1613
"env": {
1714
"BUILD_ASSETS": {
1815
"description": "Our build script variable",

bin/heroku

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
set -e
44

55
if [ "$BUILD_ASSETS" = true ]; then
6-
BUILD_ASSETS=false npm install
7-
86
# setup config files
97
cat << EOF > .sequelizerc
108
var path = require('path');

0 commit comments

Comments
 (0)