Skip to content

Instantly share code, notes, and snippets.

@blakmatrix
Created May 27, 2014 22:41
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 blakmatrix/d9f0a23116704dcba016 to your computer and use it in GitHub Desktop.
Save blakmatrix/d9f0a23116704dcba016 to your computer and use it in GitHub Desktop.
$ jitsu deploy [15:39:07]
info: Welcome to Nodejitsu movingworldsspc
info: jitsu v0.13.16, node v0.10.26
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in coffee server.coffee
Running "build" task
Running "stylus:compile" (stylus) task
File public/style/main.css created.
File public/style/blog.css created.
Running "clean:jade" (clean) task
Cleaning "public/javascript/templates.js"...OK
Running "jade:client" (jade) task
File "public/javascript/templates.js" created.
Running "concat:jade" (concat) task
File "public/javascript/templates.js" created.
Done, without errors.
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/blakmatrix/projects/movingworlds/movingworlds/package.json
data:
data: {
data: dependencies: {
data: markdown: '0.4.0',
data: underscore: '1.4.4',
data: papercut: '0.0.6',
data: jade: '0.31.2',
data: stripe: '1.3.0',
data: imagemagick: '~0.1.3',
data: streakapi: '~0.1.0',
data: directory: '0.1.0',
data: node-logentries: '0.1.0',
data: newrelic: '~1.0.1',
data: winston: '0.7.2',
data: utile: '0.2.0',
data: async: '~0.2.9',
data: moment: '~2.0.0',
data: express: '3.3.4',
data: parse: '1.2.8',
data: sage: '0.3.0',
data: request: '2.21.0',
data: stylus: '0.32.1',
data: emailjs: '0.3.5',
data: coffee-script: '~1.6.3',
data: kaiseki: '~0.4.0',
data: connect-flash: '0.1.1',
data: googlemaps: '0.1.8',
data: tracer: '~0.6.1',
data: knox: '0.8.3'
data: },
data: description: 'The global experteering network',
data: devDependencies: {
data: grunt-open: '~0.2.1',
data: supervisor: '*',
data: grunt-reload: '~0.2.0',
data: mocha: '^1.19.0',
data: grunt-contrib-stylus: '~0.6.0',
data: grunt-contrib-watch: '~0.4.4',
data: grunt-contrib-concat: '~0.3.0',
data: matchdep: '~0.1.2',
data: grunt: '~0.4.1',
data: grunt-contrib-coffee: '~0.7.0',
data: grunt-contrib-jade: '~0.7.0',
data: connect-livereload: '~0.2.0',
data: grunt-contrib-clean: '~0.4.1'
data: },
data: domains: [ 'movingworlds.org', 'www.movingworlds.org' ],
data: engines: { node: 'v0.8.x' },
data: env: {
data: },
data: name: 'mw-production',
data: node: '~0.10.12',
data: repository: { type: 'git', url: 'https://github.com/MovingWorlds/movingworlds.git' },
data: scripts: {
data: start: 'coffee server.coffee',
data: predeploy: 'grunt build',
data: dev: 'grunt server'
data: },
data: subdomain: 'mw-production',
data: version: '0.5.7-1'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.5.7-1
info: Uploading: [=============================] 100%
error: Error running command deploy
error: connect ECONNREFUSED
error: Nodejitsu Error (500): Internal Server Error
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment