Skip to content

Instantly share code, notes, and snippets.

@simonlast
Created April 18, 2013 19:03
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 simonlast/5415371 to your computer and use it in GitHub Desktop.
Save simonlast/5415371 to your computer and use it in GitHub Desktop.
> jitsu deploy
info: Welcome to Nodejitsu <user>
info: jitsu v0.12.10-2, node v0.8.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node server/server.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write DIR/package.json
data:
data: {
data: dependencies: {
data: connect: '2.6.x',
data: express: '3.0.x',
data: socket.io: '0.9.x'
data: },
data: name: 'storyx',
data: scripts: { start: 'node server/server.js' },
data: engines: { node: '0.8.x' },
data: version: null,
data: subdomain: 'storyx'
data: }
data:
prompt: Is this ok?:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment