Skip to content

Instantly share code, notes, and snippets.

@pkarl
Created March 29, 2013 19:52
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 pkarl/b8a3707719c94378b2c3 to your computer and use it in GitHub Desktop.
Save pkarl/b8a3707719c94378b2c3 to your computer and use it in GitHub Desktop.
pkarl in ~/Sites/afeedapart-server on git:deployments+
$ jitsu deploy
info: Welcome to Nodejitsu steyblind
info: jitsu v0.12.10, node v0.10.2
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node server.js
info: Creating snapshot 0.0.3
info Uploading: [=============================] 100%
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: No matching versions found
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
{
"name": "afeedapart",
"author": "Pete Karl II <pete.karl@gmail.com>",
"subdomain": "afeedapart",
"description": "Server Application for A Feed Apart",
"version": "0.0.3",
"dependencies": {
"express": "3.x",
"redis": "*",
"hiredis": "*",
"lodash": "*"
},
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "0.8.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment