shiplane_deployers_capistrano_docker 0.2.5 → 0.2.6
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b85e681b7f584c4c565fcbb163d12c9c7187979abac9d3cbe5aebcd5f4ebfdb1
|
4
|
+
data.tar.gz: 50452cef658805aa34b9942ae2a9d2aebed3639295f863e8c561a62efdc60c56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8afdc498b1a1b7a08dd4ee46bfc48706e5205d5f1c09c85106aab489c84900301d118421c2223c4bf80e149216cf2faec012f4e130ff2babb8976e414a55bde8
|
7
|
+
data.tar.gz: f5e3e715b328f5f1623ee768424ec2a20f16392a0571ada10406e6dc8183b87d0b666731b70ba45681a3f8ca81819449d7dba420c387d9a4bcf72968edc6ea25
|
@@ -16,7 +16,7 @@ namespace :deploy do
|
|
16
16
|
task :publishing do
|
17
17
|
invoke "shiplane:stop_old_containers"
|
18
18
|
invoke "shiplane:remove_conflicting_containers"
|
19
|
-
invoke "shiplane:
|
19
|
+
invoke "shiplane:deploy"
|
20
20
|
end
|
21
21
|
|
22
22
|
task :finishing do
|
@@ -46,7 +46,7 @@ namespace :shiplane do
|
|
46
46
|
end
|
47
47
|
|
48
48
|
desc "Deploy the current branch to production via its docker container"
|
49
|
-
task
|
49
|
+
task deploy: [:instantiate_shiplane_environment, :create_networks, :download_container, :stop_old_containers, :remove_conflicting_containers] do
|
50
50
|
fetch(:shiplane_container_configurations).each do |name, config|
|
51
51
|
roles = roles(config.fetch(:capistrano_role, :all)).map{|role| Shiplane::Host.new(role, env) }
|
52
52
|
roles.each do |role|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shiplane_deployers_capistrano_docker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Epperson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-10-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: capistrano
|