capistrano_shopware6 0.2.1 → 0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ec22b441b1ba227027ec9e020f1f5047a207230eae95399aad369720d8cdc61
4
- data.tar.gz: bb29212e818fc2261f1a3aca65ff83181d9f6fd9f021c79537d12ee465509e03
3
+ metadata.gz: df99313bcc3b816cd915aaa2fc7481ce99974ad5461ec42af77a6cd48f1da7f1
4
+ data.tar.gz: 7de97d727e49dcd9cd87c63007abec72d100eaa6ed2d32b3730ff94910583c52
5
5
  SHA512:
6
- metadata.gz: 50d7649c195a74cf022050afd9487407dca4a6fdcbdb53140a4609a406ef4a89041becd7bac64b8427e195c5e7e35bee66f738ec6d6c7b454eb25f4769b5e5d0
7
- data.tar.gz: 86829ad25ae45bd541a676381d58587ebe951cc9c9aef416efe0fe7f41acdf14c120766e674288273c268c66017f97a0fedb4317c4d1a4746fccca69dd83abc1
6
+ metadata.gz: 64af02c48d479df54c68f930c6dcbdc080956ed7472f34fd791590080ea16e095e3e0c087860350c56a57d9a1bb78aab94c5f4acb15b118038161060e354eee4
7
+ data.tar.gz: 2fe5269319c89f33ad3e22697fad402645295a87caf304e40f939583d38af82c26efbb5820496ee458ba3bfb42df8259b9086fb380a5992ec478d81c48d37914
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.authors = ['Giacomo Mirabassi', 'Davide Borgia']
3
3
  s.name = %q{capistrano_shopware6}
4
- s.version = "0.2.1"
5
- s.date = %q{2020-12-09}
4
+ s.version = "0.2.2"
5
+ s.date = %q{2020-12-10}
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($/)
@@ -31,6 +31,10 @@ namespace :shopware do
31
31
  end
32
32
  end
33
33
 
34
+ task :cache do
35
+ invoke! 'shopware:psh:execute', 'cache'
36
+ end
37
+
34
38
  namespace :storefront do
35
39
  task :build do
36
40
  invoke! 'shopware:psh:execute', 'storefront:install-dependencies'
@@ -103,6 +107,7 @@ namespace :deploy do
103
107
  after :updated, :shopware do
104
108
  invoke 'composer:install'
105
109
  invoke 'shopware:console:maintenance_enable'
110
+ invoke 'shopware:psh:cache' #this is needed to generate the .env file from .psh.yaml
106
111
  invoke 'shopware:console:database_migrate'
107
112
  invoke 'shopware:console:database_migrate_destructive'
108
113
  invoke 'shopware:psh:administration:build'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano_shopware6
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giacomo Mirabassi
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-12-09 00:00:00.000000000 Z
12
+ date: 2020-12-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano