osp-deploy 1.2.1 → 1.2.2
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.
- data/lib/osp_deploy/rails_deployer.rb +1 -11
- data/lib/osp_deploy/version.rb +1 -1
- metadata +2 -2
|
@@ -104,16 +104,6 @@ EOT
|
|
|
104
104
|
|
|
105
105
|
|
|
106
106
|
|
|
107
|
-
# Deploy project files to remote server
|
|
108
|
-
def deploy_files
|
|
109
|
-
gen_version_initializer
|
|
110
|
-
threads = server_iterator(:threads => true) do |server_uri|
|
|
111
|
-
sync_files_to_remote_server(server_uri)
|
|
112
|
-
end
|
|
113
|
-
threads.each{|t| t.join }
|
|
114
|
-
end
|
|
115
|
-
|
|
116
|
-
|
|
117
107
|
|
|
118
108
|
|
|
119
109
|
|
|
@@ -127,7 +117,7 @@ EOT
|
|
|
127
117
|
do_cmds 'do_before_local', do_before_local
|
|
128
118
|
|
|
129
119
|
if @deployment_config['jobs'].include?(:war)
|
|
130
|
-
execute_cmd
|
|
120
|
+
execute_cmd "RAILS_ENV=\"#{@rails_env}\" warble"
|
|
131
121
|
end
|
|
132
122
|
|
|
133
123
|
|
data/lib/osp_deploy/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: osp-deploy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
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: 2015-03-
|
|
12
|
+
date: 2015-03-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|