Skip to content

Commit

Permalink
updated firebase-hosting configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Jan 16, 2017
1 parent afa2bf0 commit 1bf74c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"staging": "js-test-1"
"staging": "js-test-2"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 1bf74c9

Please sign in to comment.