Skip to content

Commit

Permalink
Migrate to heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
Samleo8 committed Aug 20, 2020
1 parent 30302b0 commit 9841b37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: micro-bot -p $PORT
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"description": "Bible trivia telegram bot similar to Quizzarium",
"main": "api/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"now-start": "micro-bot -d ${NOW_URL}",
"start": "now --prod -e BOT_TOKEN=@biblequizzle-api-key --public"
"test": "echo \"Error: no test specified\" && exit 1"
// "now-start": "micro-bot -d ${NOW_URL}",
// "start": "now --prod -e BOT_TOKEN=@biblequizzle-api-key --public"
"start": ""
},
"repository": {
"type": "git",
Expand All @@ -29,4 +30,4 @@
"axios": "^0.18.1",
"micro-bot": "^2.5.3"
}
}
}

0 comments on commit 9841b37

Please sign in to comment.