chore: remove required env from now.json

pull/115/head
Amio 2018-08-14 11:29:28 +08:00
rodzic 6c860b2fd3
commit 211e3015fa
2 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -10,10 +10,6 @@
"service.js",
"libs"
],
"env": {
"GH_TOKEN": "@badgen-gh-token",
"TRACKING_GA": "@badgen-tracking-ga"
},
"engines": {
"node": "^10.0.0"
}

Wyświetl plik

@ -13,7 +13,7 @@
"precanary": "now alias rm badgen-canary -y -T amio",
"canary": "now -T amio && now alias badgen-canary -T amio",
"predeploy": "now rm badgen-service --safe -y -T amio || true",
"deploy": "now -T amio -e API_HOST='https://api.badgen.net'",
"deploy": "now -T amio -e API_HOST='https://api.badgen.net' -e GH_TOKEN='@badgen-gh-token' -e TRACKING_GA='@badgen-tracking-ga'",
"postdeploy": "now -T amio alias"
},
"dependencies": {