Skip to content

Commit

Permalink
Add env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgarlis committed Oct 10, 2019
1 parent 1239e57 commit b0eb5ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions now.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "probot-profanity",
"alias": "probot-profanity.now.sh",
"scale": {
"sfo1": {
"min": 1,
"max": 1
}
"env": {
"APP_ID": "@app_id",
"WEBHOOK_SECRET": "@webhook_secret",
"NODE_ENV": "@node_env",
"PRIVATE_KEY": "@private_key"
}
}
}

1 comment on commit b0eb5ca

@vercel
Copy link

@vercel vercel bot commented on b0eb5ca Oct 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Your `package.json` file is missing a `build` property inside the `script` property.

Please sign in to comment.