greenonline_capistrano_recipes 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4ebe325f323506bf767537c4ae834969983c57ff
4
- data.tar.gz: dfdbdf9c069a4ce197aef289a5f7b721b989bae6
3
+ metadata.gz: b3d10325309089e1561fb6aa15f37c78a1c22be4
4
+ data.tar.gz: fb7893c640faf27ba81e6d5a71608a2b4aa7d87e
5
5
  SHA512:
6
- metadata.gz: 97bd4da60088fa9bd9dfb1b8610c4e91e29a4d58c792b49f399c3e4bda560f895c9536339ff15c6426d97fea8b4af8422142787c30936c16bec3753e434b4c66
7
- data.tar.gz: d29669560a88400d5dad7de080bdb7d2f3ccb34519d4d20772a5d2bd75f4b5ef2c8d6683ce67c197d1dd5fe88a5dd85faaddcd5163759f4458e9811642f2c27e
6
+ metadata.gz: 3ebda0948065e7f9f3330c14b56ce0f81ce87eb329150084d0b245e49623eba28193a1558f7646ac586419fefe2baf6b675e9900bffc15874ff321bbf82052cb
7
+ data.tar.gz: bbc3f25c99eabc001f8cc5fe8ac50129f97fa94fab02a7cf2c2557458b668aaf8d6d9e372a7ce3e65a47b545fa305ee0db9c6eb2e187a4736b12c9a05d0ac16e
@@ -1,5 +1,5 @@
1
1
  module Greenonline
2
2
  module CapistranoRecipes
3
- VERSION = "0.0.13"
3
+ VERSION = "0.0.14"
4
4
  end
5
5
  end
@@ -1,7 +1,5 @@
1
1
  module Greenonline
2
2
  module Recipes
3
3
 
4
- puts "bla"
5
-
6
4
  end
7
5
  end
@@ -23,6 +23,7 @@ module Capistrano
23
23
 
24
24
  set_default(:bundle_flags) { "--deployment --quiet --binstubs" }
25
25
  set_default(:bundle_cmd) { "#{current_release}/bin/bundle" }
26
+ set_default(:stage) { "production" }
26
27
 
27
28
  end
28
29
  end
@@ -16,7 +16,7 @@ APP_ROOT=<%= current_path %>
16
16
  PID=<%= unicorn_pid %>
17
17
  RBENV_ROOT="/usr/local/rbenv"
18
18
  PATH="$RBENV_ROOT/bin:$RBENV_ROOT/shims:$PATH"
19
- CMD="<%= current_path %>/bin/unicorn -D -c <%= unicorn_config %> -E production"
19
+ CMD="<%= current_path %>/bin/unicorn -D -c <%= unicorn_config %> -E <%= stage %>"
20
20
  AS_USER=<%= unicorn_user %>
21
21
  set -u
22
22
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: greenonline_capistrano_recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pieter Visser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-02 00:00:00.000000000 Z
11
+ date: 2013-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler