diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..a46e67d --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: micro-bot -p $PORT \ No newline at end of file diff --git a/package.json b/package.json index eef2065..a5bf912 100644 --- a/package.json +++ b/package.json @@ -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", @@ -29,4 +30,4 @@ "axios": "^0.18.1", "micro-bot": "^2.5.3" } -} +} \ No newline at end of file