Skip to content

Instantly share code, notes, and snippets.

Created May 24, 2013 19:14
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 anonymous/5645850 to your computer and use it in GitHub Desktop.
Save anonymous/5645850 to your computer and use it in GitHub Desktop.
Benjamins-iMac:yotilo Benni$ jitsu deploy --debug
info: Welcome to Nodejitsu benjaminkowalski
info: jitsu v0.12.10-2, node v0.10.5
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in app.js
WARN package.json YotiloApiDpd@0.0.1-40 No repository field.
WARN package.json YotiloApiDpd@0.0.1-40 No readme data.
WARN package.json send@0.0.2 No repository field.
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/benjaminkowalski/YotiloApiDpd',
debug: headers:
debug: { Authorization: '*****************************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 404,
debug: result:
debug: { error: 'not_found',
debug: reason: 'missing',
debug: status: 404 } }
info: Checking app availability YotiloApiDpd
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/benjaminkowalski/YotiloApiDpd/available',
debug: headers:
debug: { Authorization: '*****************************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false,
debug: body: '{"name":"YotiloApiDpd","description":"","version":"0.0.1-40","subdomain":"dpdyotilo","domains":["yotilo.com","www.yotilo.com"],"scripts":{"start":"app.js"},"engines":{"node":"0.8.x"},"dependencies":{"mongodb":"1.0.2","deployd":"*"},"engines.node":"0.8.x","analyzed":true,"state":"stopped"}' }
debug: { statusCode: 200,
debug: result:
debug: { appname: true,
debug: available: false,
debug: message: 'App name / subdomain combination is not available',
debug: subdomain: true,
debug: domain: false } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment