Skip to content

Instantly share code, notes, and snippets.

@jsclayton
Created April 10, 2013 16:00
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 jsclayton/ab020115aa73b60f81e7 to your computer and use it in GitHub Desktop.
Save jsclayton/ab020115aa73b60f81e7 to your computer and use it in GitHub Desktop.
When deploying the newly deployed snapshot is not being made active, despite the deploy message reporting success.
Johns-CheezBook-Pro:channeltwit.tv john$ jitsu deploy
info: Welcome to Nodejitsu johnclayton
info: jitsu v0.12.10-1, node v0.8.22
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node ./server.js
info: Creating snapshot 2.0.9
info Uploading: [ ] 4%
info: Updating app channeltwit
info: Activating snapshot 2.0.9 for channeltwit
info: Starting app channeltwit
info: App channeltwit is now started
info: http://channeltwit.jit.su on Port 80
info: Nodejitsu ok
Johns-CheezBook-Pro:channeltwit.tv john$ jitsu snapshots list
info: Welcome to Nodejitsu johnclayton
info: jitsu v0.12.10-1, node v0.8.22
info: It worked if it ends with Nodejitsu ok
info: Executing command snapshots list
info: Attempting to load snapshots for /Users/john/Projects/Code Monkey Labs/Channel TWiT/channeltwit.tv/package.json
info: Listing snapshots for channeltwit
data: name status created md5
data: 0.0.1 archived 10/27 09:05:15 MDT e41b16aa454d424535657115cfde79bd
...
data: 2.0.7 archived 04/09 22:06:37 MDT 3cef393b4303c4f2a0ddbad95b48a01d
data: 2.0.8 active 04/09 22:57:00 MDT 4ba08613c79a66a0ef369823a4fb6490
data: 2.0.9 archived 04/10 09:55:06 MDT c0b96f64251718e4205538eee239e6c8
info: Nodejitsu ok
Johns-CheezBook-Pro:channeltwit.tv john$ jitsu snapshots activate
info: Welcome to Nodejitsu johnclayton
info: jitsu v0.12.10-1, node v0.8.22
info: It worked if it ends with Nodejitsu ok
info: Executing command snapshots activate
info: Attempting to load snapshots for /Users/john/Projects/Code Monkey Labs/Channel TWiT/channeltwit.tv/package.json
info: Listing snapshots for channeltwit
data: name status created md5
data: 0.0.1 archived 10/27 09:05:15 MDT e41b16aa454d424535657115cfde79bd
...
data: 2.0.7 archived 04/09 22:06:37 MDT 3cef393b4303c4f2a0ddbad95b48a01d
data: 2.0.8 active 04/09 22:57:00 MDT 4ba08613c79a66a0ef369823a4fb6490
data: 2.0.9 archived 04/10 09:55:06 MDT c0b96f64251718e4205538eee239e6c8
prompt: Snapshot Name: 2.0.9
info: Activating snapshot 2.0.9
info: Snapshot 2.0.9 is now active
info: Starting app channeltwit
info: App channeltwit is now started
info: http://channeltwit.nodejitsu.com on Port 80
info: Snapshot 2.0.9 is now running
info: Nodejitsu ok
Johns-CheezBook-Pro:channeltwit.tv john$ jitsu snapshots list
info: Welcome to Nodejitsu johnclayton
info: jitsu v0.12.10-1, node v0.8.22
info: It worked if it ends with Nodejitsu ok
info: Executing command snapshots list
info: Attempting to load snapshots for /Users/john/Projects/Code Monkey Labs/Channel TWiT/channeltwit.tv/package.json
info: Listing snapshots for channeltwit
data: name status created md5
data: 0.0.1 archived 10/27 09:05:15 MDT e41b16aa454d424535657115cfde79bd
...
data: 2.0.7 archived 04/09 22:06:37 MDT 3cef393b4303c4f2a0ddbad95b48a01d
data: 2.0.8 archived 04/09 22:57:00 MDT 4ba08613c79a66a0ef369823a4fb6490
data: 2.0.9 active 04/10 09:55:06 MDT c0b96f64251718e4205538eee239e6c8
info: Nodejitsu ok
Johns-CheezBook-Pro:channeltwit.tv john$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment