Skip to content

Instantly share code, notes, and snippets.

@harbhub
Created September 20, 2012 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harbhub/3757797 to your computer and use it in GitHub Desktop.
Save harbhub/3757797 to your computer and use it in GitHub Desktop.
Michaels-MacBook-Pro:harbhub harbhub$ jitsu deploy
info: Welcome to Nodejitsu harbhub
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your application dependencies in node app.js
info: Checking app availability harbhub.com
info: Creating app harbhub.com
info: Creating snapshot 0.0.1
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: No matching versions found
info: Nodejitsu not ok
@harbhub
Copy link
Author

harbhub commented Sep 20, 2012

{
"name": "harbhub.com",
"subdomain": "harbhub",
"domains": [
"harbhub.com",
"www.harbhub.com"
],
"version": "0.0.1",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "3.0.0rc1",
"jade": "*"
},
"engines": {
"node": "0.8.9"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment