Skip to content

Instantly share code, notes, and snippets.

@soffes
Created August 5, 2013 20:55
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 soffes/8958e88923e06e68e4cd to your computer and use it in GitHub Desktop.
Save soffes/8958e88923e06e68e4cd to your computer and use it in GitHub Desktop.
$ jitsu deploy --debug master
info: Welcome to Nodejitsu seesaw
info: jitsu v0.12.15, node v0.10.15
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in coffee src/windsock.coffee
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/seesaw/windsock',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { app:
debug: { _id: 'seesaw/windsock',
debug: name: 'windsock',
debug: scripts: { start: 'coffee src/windsock.coffee' },
debug: user: 'seesaw',
debug: subdomain: 'windsock',
debug: snapshots: [],
debug: env:
debug: { SUBDOMAIN: 'windsock',
debug: NODE_ENV: 'production' },
debug: domains: [],
debug: databases: {},
debug: config: {},
debug: maxDrones: 1,
debug: drones: 0,
debug: ctime: 1375735968549,
debug: mtime: 1375735968549,
debug: resource: 'App',
debug: _rev: '1-3fa67b1c49adcc5d9ca4e9c790b83599',
debug: version: '0.0.1-1',
debug: dependencies:
debug: { 'coffee-script': '1.4.x',
debug: express: '3.1.x',
debug: ws: '0.4.x',
debug: 'webp-bin': '0.1.x' },
debug: engines: { node: '0.10.x', npm: '1.2.x' },
debug: id: 'windsock' } } }
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/soffes/Code/seesaw/windsock/package.json
data:
data: {
data: dependencies: {
data: coffee-script: '1.4.x',
data: ws: '0.4.x',
data: webp-bin: '0.1.x',
data: express: '3.1.x'
data: },
data: engines: { node: '0.10.x', npm: '1.2.x' },
data: name: 'windsock',
data: scripts: { start: 'coffee src/windsock.coffee' },
data: subdomain: 'windsock',
data: version: '0.0.1-2'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.0.1-2
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/seesaw/windsock/snapshots/0.0.1-2',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/octet-stream',
debug: 'Content-Length': 1884 },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
info Uploading: [=============================] 100%
debug: { statusCode: 500,
debug: result: { error: 'No matching versions found' } }
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment