From 1bf74c9d1c74b336a628e2a2066b664bcb471443 Mon Sep 17 00:00:00 2001 From: Adrien Joly Date: Mon, 16 Jan 2017 11:00:20 +0100 Subject: [PATCH] updated firebase-hosting configuration --- .firebaserc | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.firebaserc b/.firebaserc index 0feedcb..54639ba 100644 --- a/.firebaserc +++ b/.firebaserc @@ -1,5 +1,5 @@ { "projects": { - "staging": "js-test-1" + "staging": "js-test-2" } } \ No newline at end of file diff --git a/package.json b/package.json index b418f06..a95077f 100755 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "eval-students": "src/score-students.sh ./students/*.json", "eval-student-groups": "src/score-student-groups.sh ./student-groups/*.json", "eval-groups-from-firebase": "src/score-groups.sh", + "deploy-firebase-hosting": "firebase deploy; # alternative to heroku, but did not scale over 20 simultaneous connections", "init-heroku": "git remote rm heroku; heroku create js-revisions", "deploy": "git push heroku master" },