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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68f5b3b4d4da5d595e1346f11f6f629334e8fb6b5ecd35937f1fcece3009ea13
4
- data.tar.gz: 9f720e92e46811ea18e492b03c385e67722fd8465a5ae76c8f3229a016c3d0ba
3
+ metadata.gz: 4ec22b441b1ba227027ec9e020f1f5047a207230eae95399aad369720d8cdc61
4
+ data.tar.gz: bb29212e818fc2261f1a3aca65ff83181d9f6fd9f021c79537d12ee465509e03
5
5
  SHA512:
6
- metadata.gz: 51d829736b5672f5067963d533186534d1f53ef79e7adb0f55bca07ea93da6c36739a94ea591733216366f793280c7f8322a0fc4ba48ac045b2a9f58ece59271
7
- data.tar.gz: cdba67db6b41433398d16f6c3a1870b48a635dc2a18c84c0ce2bcf64fd3b4e1a48150190879aec6871985e6b92fd34586b6c73ff1893e2f1d345f0c4895e19e6
6
+ metadata.gz: 50d7649c195a74cf022050afd9487407dca4a6fdcbdb53140a4609a406ef4a89041becd7bac64b8427e195c5e7e35bee66f738ec6d6c7b454eb25f4769b5e5d0
7
+ data.tar.gz: 86829ad25ae45bd541a676381d58587ebe951cc9c9aef416efe0fe7f41acdf14c120766e674288273c268c66017f97a0fedb4317c4d1a4746fccca69dd83abc1
@@ -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.0"
5
- s.date = %q{2020-08-28}
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:psh:common:update'
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.0
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-08-28 00:00:00.000000000 Z
12
+ date: 2020-12-09 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: capistrano