Skip to content

Commit

Permalink
add domains to host on nodejitsu
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Tahler committed Feb 7, 2013
1 parent 3d73f8a commit 0362f0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -55,5 +55,6 @@
"test": "node ./node_modules/.bin/mocha --reporter spec",
"start": "node ./bin/actionHero"
},
"subdomain": "actionhero"
"subdomain": "actionhero",
"domains": ["demo.actionherojs.com", "actionherojs.com"]
}

0 comments on commit 0362f0d

Please sign in to comment.