cmdeploy 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  # deliver static assets as gzip files
2
2
  location ~ ^<%= [nil,'','/'].include?(app_relative_root_url) ? "/" : "#{app_relative_root_url}/" %>assets/ {
3
- root /CHBS/apps/apps/<%= application %>/current/public;
3
+ root /apps/compoundbank/s_cme/apps/<%= application %>/current/public;
4
4
  gzip_static on; # to serve pre-gzipped version
5
5
  expires max;
6
6
  add_header Cache-Control public;
@@ -8,7 +8,7 @@ location ~ ^<%= [nil,'','/'].include?(app_relative_root_url) ? "/" : "#{app_rela
8
8
 
9
9
  # pass request to rails app
10
10
  location <%= [nil,'','/'].include?(app_relative_root_url) ? "/" : "~ ^#{app_relative_root_url}" %> {
11
- root /CHBS/apps/apps/<%= application %>/current/public;
11
+ root /apps/compoundbank/s_cme/apps/<%= application %>/current/public;
12
12
 
13
13
  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
14
14
  proxy_set_header Host $http_host;
@@ -1,5 +1,5 @@
1
1
  application_name = '<%= application %>'
2
- application_path = "/CHBS/apps/apps/#{application_name}/current"
2
+ application_path = "/apps/compoundbank/s_cme/apps/#{application_name}/current"
3
3
 
4
4
  # path to the app
5
5
  working_directory application_path
@@ -14,7 +14,7 @@ configuration.load do
14
14
  set :user, 's_cme'
15
15
  set :deploy_via, :remote_cache
16
16
 
17
- set :deploy_to, "/CHBS/apps/apps/#{application}"
17
+ set :deploy_to, "/apps/compoundbank/s_cme/apps/#{application}"
18
18
 
19
19
  # scm
20
20
  set :scm, :subversion
@@ -1,3 +1,3 @@
1
1
  module CMDeploy
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmdeploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-05 00:00:00.000000000 Z
12
+ date: 2013-02-19 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: CM specific deployment recipes
15
15
  email: