Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit ffb013a

Browse files
committed
deploy: fix now env
1 parent 0ba0b66 commit ffb013a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

now.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"alias": ["commitlint"],
44
"type": "npm",
55
"env": {
6-
"APP_ID": "@APP_ID",
6+
"APP_ID": "@commitlint_bot_app_id",
77
"NODE_ENV": "production",
8-
"PRIVATE_KEY": "@PRIVATE_KEY",
9-
"WEBHOOK_SECRET": "@WEBHOOK_SECRET"
8+
"PRIVATE_KEY": "@commitlint_bot_private_key",
9+
"WEBHOOK_SECRET": "@commitlint_bot_webhook_secret"
1010
},
1111
"engines": {
1212
"node": ">=8.8.0"

0 commit comments

Comments
 (0)