kopia lustrzana https://github.com/badgen/badgen.net
chore: remove required env from now.json
rodzic
6c860b2fd3
commit
211e3015fa
4
now.json
4
now.json
|
@ -10,10 +10,6 @@
|
|||
"service.js",
|
||||
"libs"
|
||||
],
|
||||
"env": {
|
||||
"GH_TOKEN": "@badgen-gh-token",
|
||||
"TRACKING_GA": "@badgen-tracking-ga"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10.0.0"
|
||||
}
|
||||
|
|
|
@ -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": {
|
||||
|
|
Ładowanie…
Reference in New Issue