Skip to content

Instantly share code, notes, and snippets.

@adamsilver
Created May 8, 2014 08:50
Show Gist options
  • Save adamsilver/d43d1ff1868c66dcda8c to your computer and use it in GitHub Desktop.
Save adamsilver/d43d1ff1868c66dcda8c to your computer and use it in GitHub Desktop.
jitsu deploy
jeukfphmac1707:proto adam.b.silver$ jitsu deploy --debug
info: Welcome to Nodejitsu adam.b.silver
info: jitsu v0.13.15, node v0.10.26
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node src/app/app.js
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/adam.b.silver/Proto',
debug: headers:
debug: { Authorization: '*************************************************************************',
debug: 'Content-Type': 'application/json',
debug: 'user-agent': 'jitsu/0.13.15' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { app:
debug: { _id: 'adam.b.silver/Proto',
debug: name: 'Proto',
debug: scripts: { start: 'node app.js' },
debug: user: 'adam.b.silver',
debug: subdomain: 'justeat',
debug: snapshots: [],
debug: env:
debug: { SUBDOMAIN: 'justeat',
debug: NODE_ENV: 'production' },
debug: domains: [],
debug: databases: {},
debug: config:
debug: { cloud:
debug: [ { datacenter: 'us-east-1',
debug: provider: 'joyent',
debug: drones: 1,
debug: ram: 256 } ] },
debug: maxDrones: 1,
debug: drones: 0,
debug: ctime: 1399470077536,
debug: mtime: 1399470077536,
debug: resource: 'App',
debug: _rev: '1-3c7966502237c474273ddb9230c66f2b',
debug: version: '0.0.1',
debug: dependencies:
debug: { grunt: '0.4.1',
debug: express: '3.4.8',
debug: swig: '1.3.2',
debug: request: '2.34.0',
debug: 'q-io': '1.11.0',
debug: q: '1.0.1' },
debug: devDependencies:
debug: { grunt: '0.4.1',
debug: 'grunt-contrib-copy': '0.4.1',
debug: 'grunt-contrib-clean': '0.5.0',
debug: 'grunt-contrib-csslint': '0.1.2',
debug: 'grunt-contrib-cssmin': '0.6.1',
debug: 'grunt-contrib-jshint': '0.6.3',
debug: 'grunt-contrib-uglify': '0.2.2',
debug: 'grunt-rev': '0.1.0',
debug: 'grunt-usemin': '2.0.2',
debug: 'grunt-contrib-concat': '0.3.0' },
debug: repository: {},
debug: engines: { node: '0.10.15', npm: '1.3.5' },
debug: id: 'Proto' } } }
info: Creating snapshot 0.0.1-1
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/adam.b.silver/Proto/snapshots/0.0.1-1',
debug: headers:
debug: { Authorization: '*************************************************************************',
debug: 'Content-Type': 'application/octet-stream',
debug: 'Content-Length': 985379,
debug: 'user-agent': 'jitsu/0.13.15' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
info: Uploading: [=============================] 100%
error: Error running command deploy
error: Error building snapshot
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: <[email protected]>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
jeukfphmac1707:proto adam.b.silver$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment