capistrano-cookbook 0.0.4 → 0.0.5

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: 192d0bf014509cb56e6c84c30fd8be3a76719913
4
- data.tar.gz: 2e9ab7ae1a1190ab67a3163d2dbc4e0f823296d5
3
+ metadata.gz: 24fea359d760de78d19d72b1a0af83d8148d8975
4
+ data.tar.gz: 08f245a70c063b265bb0cc46cee92ee029018315
5
5
  SHA512:
6
- metadata.gz: e0cefe15ebd19d73f8db9c3708f39e21c4a4d1164e97193b4dc279397ffbdd3cadbf33cd1bfa86792a17ea6abe5bce4bb334ba9573f79acf424aba39c6ea804e
7
- data.tar.gz: d62605469084670f78a9184e7274bd146283ab8b66817e491371b85b38329884e9ee2929b710fcd6eb798a186d3a26d457f29f6eaae26df1d58ad85b9a993986
6
+ metadata.gz: 101652399da7e307d8ed948f0c84760b626ffec8cc1ab0d804335a51edebebea0b1be7d7e5a3fb2cfa930c3aeef7acdb713329b268f8979eddd44441fd13959d
7
+ data.tar.gz: 8a4a88326f3bb089405304d960421bb3f058f7918ad1b8c0d14db63cd8d1e318dca37f2d691d751367c95f7c8827aaa5494e2cd6eb16c9344d0935a7039f9dd3
@@ -18,7 +18,7 @@ server {
18
18
  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
19
19
  proxy_set_header Host $http_host;
20
20
  proxy_redirect off;
21
- proxy_pass http://unicorn;
21
+ proxy_pass http://unicorn_<%= fetch(:full_app_name) %>;
22
22
  }
23
23
 
24
24
  error_page 500 502 503 504 /500.html;
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Cookbook
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-cookbook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Dixon