Created
March 4, 2012 23:26
-
-
Save joshvermaire/1975363 to your computer and use it in GitHub Desktop.
Jitsu Deploy 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Joshs-MacBook-Air:turntable joshvermaire$ jitsu deploy | |
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing your application dependencies in app.js | |
warn: Local version appears to be old. | |
warn: Your package.json version will be incremented for you automatically. | |
warn: About to write /Users/joshvermaire/Sites/turntable/package.json | |
data: | |
data: { | |
data: engines: { node: 'v0.6.x' }, | |
data: name: 'BrilliantTurntableBot', | |
data: version: '0.0.1-6', | |
data: subdomain: 'brilliantttbot', | |
data: dependencies: { underscore: '>0.0.1', ttapi: '1.2.1' }, | |
data: scripts: { start: 'app.js' } | |
data: } | |
data: | |
prompt: Is this ok? (yes): | |
warn: Creating new snapshot for version 0.0.1-6 | |
info: Done creating snapshot 0.0.1-6 | |
info: Updating application BrilliantTurntableBot | |
info: Activating snapshot 0.0.1-6 for BrilliantTurntableBot | |
info: Stopping app BrilliantTurntableBot | |
info: App BrilliantTurntableBot is now stopped | |
info: Starting app BrilliantTurntableBot | |
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