Skip to content

Instantly share code, notes, and snippets.

@moyoinc
Created November 10, 2012 15:51
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 moyoinc/4051453 to your computer and use it in GitHub Desktop.
Save moyoinc/4051453 to your computer and use it in GitHub Desktop.
jitsudeploy
bash-3.2# jitsu deploy
info: Welcome to Nodejitsu moyoinc
info: jitsu v0.11.1, node v0.8.14
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in app.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/rasmus/development/moyo.la/package.json
data:
data: {
data: scripts: { start: 'app.js' },
data: dependencies: {
data: jade: '~0.27.7',
data: stylus: '~0.30.1',
data: express: '~3.0.2',
data: jquery: '~1.7.3'
data: },
data: version: '0.0.0-3',
data: subdomain: 'moyoinc.moyo.la',
data: name: 'moyo.la',
data: engines: { node: '0.8.x' }
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.0.0-3
info Uploading: [=============================] 100%
info: Updating app moyo.la
info: Activating snapshot 0.0.0-3 for moyo.la
info: Starting app moyo.la
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: socket hang up
error: at createHangUpError (http.js:1264:15)
error: at Socket.socketOnEnd (http.js:1352:23)
error: at TCP.onread (net.js:418:26)
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
bash-3.2#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment