Skip to content

Instantly share code, notes, and snippets.

@imjul1an
Created November 1, 2013 10:39
Show Gist options
  • Save imjul1an/7263675 to your computer and use it in GitHub Desktop.
Save imjul1an/7263675 to your computer and use it in GitHub Desktop.
D:\dev\test>jitsu deploy --debug
info: Welcome to Nodejitsu julianusti
info: jitsu v0.13.2, node v0.10.18
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node --debug app.js
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/julianusti/test',
debug: headers:
debug: { Authorization: '**********************************************************
*',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { app:
debug: { _id: 'julianusti/test',
debug: name: 'test',
debug: scripts:
debug: { start: 'node --debug app.js',
debug: predeploy: 'echo This will be run before deploying the app',
debug: postdeploy: 'echo This will be run after deploying the app' },
debug: user: 'julianusti',
debug: subdomain: 'test',
debug: snapshots: [],
debug: env:
debug: { SUBDOMAIN: 'test',
debug: NODE_ENV: 'production',
debug: MONGO_CONNECTION: 'mongodb://us:pwd@paulo.mongohq.com:
ly',
debug: FOURSQUARE_CLIENT_ID: '
debug: FOURSQUARE_CLIENT_SECRET: '
debug: FACEBOOK_APP_ID: '',
debug: FACEBOOK_APP_SECRET: '',
debug: LOGENTRIES_TOKEN: '' },
debug: domains: [ 'test.com', 'www.test.com' ],
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: 1383237290910,
debug: mtime: 1383299068463,
debug: resource: 'App',
debug: _rev: '7-03d8fc5cdc210d58663187b471bcc4c7',
debug: version: '0.0.0',
debug: dependencies:
debug: { express: '~3.3.4',
debug: moment: '~2.1.0',
debug: mongojs: '~0.9.1',
debug: 'node-logentries': '~0.1.2',
debug: oauth: '~0.9.10',
debug: 'package.json': '~0.0.0',
debug: 'simple-errors': '~0.0.4',
debug: colors: '~0.6.2',
debug: 'socket.io': '~0.9.16',
debug: util: '~0.4.9',
debug: underscore: '~1.5.1',
debug: crypto: '~0.0.3',
debug: 'bcrypt-nodejs': '0.0.3',
debug: requirejs: '~2.1.9' },
debug: devDependencies:
debug: { sinon: '~1.7.3',
debug: mocha: '~1.13.0',
debug: chai: '~1.8.0',
debug: 'grunt-cli': '~0.1.9',
debug: grunt: '~0.4.1',
debug: 'grunt-contrib-jshint': '~0.6.4',
debug: 'grunt-contrib-requirejs': '~0.4.1',
debug: 'grunt-contrib-watch': '~0.5.3',
debug: 'grunt-mocha': '~0.4.1',
debug: 'grunt-mocha-test': '~0.7.0',
debug: 'grunt-nodemon': '~0.1.1',
debug: request: '~2.27.0' },
debug: main: 'app.js',
debug: description: 'just coolest app ever :)',
debug: repository:
debug: { type: 'git',
debug: url: 'git://github.com/julianusti/test.git' },
debug: directories: { doc: 'doc' },
debug: engines: { node: '0.10.18', npm: '1.2.8' },
debug: id: 'test' } } }
This will be run before deploying the app
error: Error running command deploy
error: EISDIR, read
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