capistrano_shopware6 0.2.0 → 0.2.1
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 +4 -4
- data/capistrano-magento2.gemspec +3 -3
- data/lib/capistrano/tasks/shopware.rake +1 -7
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4ec22b441b1ba227027ec9e020f1f5047a207230eae95399aad369720d8cdc61
|
|
4
|
+
data.tar.gz: bb29212e818fc2261f1a3aca65ff83181d9f6fd9f021c79537d12ee465509e03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50d7649c195a74cf022050afd9487407dca4a6fdcbdb53140a4609a406ef4a89041becd7bac64b8427e195c5e7e35bee66f738ec6d6c7b454eb25f4769b5e5d0
|
|
7
|
+
data.tar.gz: 86829ad25ae45bd541a676381d58587ebe951cc9c9aef416efe0fe7f41acdf14c120766e674288273c268c66017f97a0fedb4317c4d1a4746fccca69dd83abc1
|
data/capistrano-magento2.gemspec
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
|
-
s.authors = ['Giacomo Mirabassi']
|
|
2
|
+
s.authors = ['Giacomo Mirabassi', 'Davide Borgia']
|
|
3
3
|
s.name = %q{capistrano_shopware6}
|
|
4
|
-
s.version = "0.2.
|
|
5
|
-
s.date = %q{2020-
|
|
4
|
+
s.version = "0.2.1"
|
|
5
|
+
s.date = %q{2020-12-09}
|
|
6
6
|
s.summary = %q{Capistrano deploy instructions for Shopware 6}
|
|
7
7
|
s.require_paths = ["lib"]
|
|
8
8
|
s.files = `git ls-files`.split($/)
|
|
@@ -44,12 +44,6 @@ namespace :shopware do
|
|
|
44
44
|
invoke! 'shopware:psh:execute', 'administration:build'
|
|
45
45
|
end
|
|
46
46
|
end
|
|
47
|
-
|
|
48
|
-
namespace :common do
|
|
49
|
-
task :update do
|
|
50
|
-
invoke! 'shopware:psh:execute', 'update'
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
47
|
end
|
|
54
48
|
|
|
55
49
|
namespace :console do
|
|
@@ -109,7 +103,7 @@ namespace :deploy do
|
|
|
109
103
|
after :updated, :shopware do
|
|
110
104
|
invoke 'composer:install'
|
|
111
105
|
invoke 'shopware:console:maintenance_enable'
|
|
112
|
-
invoke 'shopware:
|
|
106
|
+
invoke 'shopware:console:database_migrate'
|
|
113
107
|
invoke 'shopware:console:database_migrate_destructive'
|
|
114
108
|
invoke 'shopware:psh:administration:build'
|
|
115
109
|
invoke 'shopware:psh:storefront:build'
|
metadata
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano_shopware6
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Giacomo Mirabassi
|
|
8
|
+
- Davide Borgia
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
12
|
+
date: 2020-12-09 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: capistrano
|