Skip to content

Commit ddef607

Browse files
Update npm run deploy (#408)
1 parent 33332b4 commit ddef607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "lab -I __core-js_shared__ -t 100 -c -L -r lcov -o lcov.info -r console -o stdout -r html -o coverage.html test/unit",
1313
"test-e2e": "lab -L -m 30000 -M 10000 test/e2e",
1414
"snyk-protect": "snyk protect",
15-
"deploy": "now --public -e NODE_ENV=production -e SCHEME=https -e DOMAIN=jsperf.com -e GITHUB_CALLBACK=https://jsperf.com -e MYSQL_USER=@jsperf-db-user -e MYSQL_PASSWORD=@jsperf-db-pass -e MYSQL_DATABASE=@jsperf-db-db -e MYSQL_HOST=@jsperf-db-host -e MYSQL_PORT=@jsperf-db-port -e LOGGLY_TOKEN=@jsperf-loggly-token -e LOGGLY_SUBDOMAIN=@jsperf-loggly-subdomain -e GITHUB_CLIENT_ID=@jsperf-github-id -e GITHUB_CLIENT_SECRET=@jsperf-github-secret -e BROWSERSCOPE=@jsperf-browserscope -e BELL_COOKIE_PASS=@jsperf-bell-pass -e COOKIE_PASS=@jsperf-cookie-pass",
15+
"deploy": "now --public -e NODE_ENV=production -e SCHEME=https -e DOMAIN=jsperf.com -e GITHUB_CALLBACK=https://jsperf.com -e MYSQL_USER=@jsperf-db-user -e MYSQL_PASSWORD=@jsperf-db-pass -e MYSQL_DATABASE=@jsperf-db-db -e MYSQL_HOST=@jsperf-db-host -e MYSQL_PORT=@jsperf-db-port -e LOGGLY_TOKEN=@jsperf-loggly-token -e LOGGLY_SUBDOMAIN=@jsperf-loggly-subdomain -e REDIS_HOST=@jsperf-redis-host -e REDIS_PORT=@jsperf-redis-port -e REDIS_PASSWORD=@jsperf-redis-password -e GITHUB_CLIENT_ID=@jsperf-github-id -e GITHUB_CLIENT_SECRET=@jsperf-github-secret -e BROWSERSCOPE=@jsperf-browserscope -e BELL_COOKIE_PASS=@jsperf-bell-pass -e COOKIE_PASS=@jsperf-cookie-pass",
1616
"watch": "nodemon -e js,hbs server.js"
1717
},
1818
"repository": {

0 commit comments

Comments
 (0)