Skip to content

Instantly share code, notes, and snippets.

@spolu
Created April 24, 2012 15:33
Show Gist options
  • Save spolu/2480720 to your computer and use it in GitHub Desktop.
Save spolu/2480720 to your computer and use it in GitHub Desktop.
Stanislas-Polus-MacBook-Pro:sets spolu$ jitsu deploy
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: skipping require-analyzer because noanalyze option is set
info: skipping require-analyzer because noanalyze option is set
warn: Local version appears to be old.
warn: Your package.json version will be incremented for you automatically.
warn: About to write /Users/spolu/teleportd/src/sets/package.json
data:
data: {
data: engines: { node: 'v0.6.x' },
data: bundledDependencies: [ 'infra', 'core' ],
data: subdomain: 'teleportd-sets',
data: dependencies: {
data: fwk: '0.1.x',
data: mongodb: '0.9.x',
data: express: '2.5.x',
data: hiredis: '0.1.x',
data: redis: '0.7.x',
data: teleportd: '0.1.x'
data: },
data: name: 'teleportd-sets',
data: domains: [ 'sets.teleportd.com' ],
data: version: '0.1.0-11',
data: analyze: false,
data: scripts: { start: './app.js' }
data: }
data:
prompt: Is this ok? (yes):
warn: Creating new snapshot for version 0.1.0-11
info: Done creating snapshot 0.1.0-11
info: Updating application teleportd-sets
info: Activating snapshot 0.1.0-11 for teleportd-sets
info: Stopping app teleportd-sets
info: App teleportd-sets is now stopped
info: Starting app teleportd-sets
error: Error running command deploy
error: socket hang up
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment