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 +4 -4
- data/capistrano-magento2.gemspec +2 -2
- data/lib/capistrano/tasks/shopware.rake +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df99313bcc3b816cd915aaa2fc7481ce99974ad5461ec42af77a6cd48f1da7f1
|
|
4
|
+
data.tar.gz: 7de97d727e49dcd9cd87c63007abec72d100eaa6ed2d32b3730ff94910583c52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64af02c48d479df54c68f930c6dcbdc080956ed7472f34fd791590080ea16e095e3e0c087860350c56a57d9a1bb78aab94c5f4acb15b118038161060e354eee4
|
|
7
|
+
data.tar.gz: 2fe5269319c89f33ad3e22697fad402645295a87caf304e40f939583d38af82c26efbb5820496ee458ba3bfb42df8259b9086fb380a5992ec478d81c48d37914
|
data/capistrano-magento2.gemspec
CHANGED
|
@@ -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.
|
|
5
|
-
s.date = %q{2020-12-
|
|
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.
|
|
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-
|
|
12
|
+
date: 2020-12-10 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: capistrano
|