Skip to content

Commit

Permalink
trying to deploy to heroku instead of firebase (because of limited si…
Browse files Browse the repository at this point in the history
…multaneous connections)
  • Loading branch information
adrienjoly committed Nov 18, 2016
1 parent 5235522 commit f7663eb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 46 deletions.
30 changes: 0 additions & 30 deletions deploy.sh

This file was deleted.

11 changes: 0 additions & 11 deletions firebase.json

This file was deleted.

11 changes: 6 additions & 5 deletions package.json
@@ -1,10 +1,10 @@
{
"name": "js-test-1",
"version": "1.1.0",
"description": "QCM JavaScript 1",
"name": "js-test",
"version": "2.0.0",
"description": "QCM JavaScript 2",
"repository": {
"type" : "git",
"url" : "https://github.com/cours-javascript-eemi-2016-2017/js-test-1.git"
"url" : "https://github.com/cours-javascript-eemi-2016-2017/js-test.git"
},
"dependencies": {
"async": "^1.5.2",
Expand All @@ -21,7 +21,8 @@
"build": "node ./src/build-exercises.js",
"start": "cd public; python -m SimpleHTTPServer; cd ..",
"eval": "node ./src/evaluate.js",
"deploy": "firebase deploy"
"init-heroku": "heroku create --buildpack=https://github.com/heroku/heroku-buildpack-static.git",
"deploy": "git push heroku master"
},
"author": "Adrien Joly <adrien.joly@gmail.com>",
"license": "MIT"
Expand Down
1 change: 1 addition & 0 deletions static.json
@@ -0,0 +1 @@
{"root":"public"}

0 comments on commit f7663eb

Please sign in to comment.