capistrano_shopware6 0.2.3 → 0.2.5
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 +2 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68469e377c2241c7bf3bb81523826b2a7186500c289c2367e723fb4db84847c8
|
|
4
|
+
data.tar.gz: 7f7204f68ce40687244c3d976beb41c0e26d247c86ce5ca801c6c4cc0c41c631
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a00abf32ff1e87fd743d875cefc7bc27cd730db3fa5dfc1282963bf2655e33cf7a5f51730ef3cf88dba6c109c23f146a29d43923aa2ce4a2a0a55a8be5051760
|
|
7
|
+
data.tar.gz: 997063032d0e1224440e2edde2ab439ab18f1910ecd6ca825e94826be3d7a90d68e4bffdd2f850182b807c92ce4469e777ad36cafc7bbaaf5582262d3624678d
|
data/capistrano-magento2.gemspec
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
|
-
s.authors = ['Giacomo Mirabassi', 'Davide Borgia']
|
|
2
|
+
s.authors = ['Giacomo Mirabassi', 'Davide Borgia', 'Francesco Pisello']
|
|
3
3
|
s.name = %q{capistrano_shopware6}
|
|
4
|
-
s.version = "0.2.
|
|
5
|
-
s.date = %q{
|
|
4
|
+
s.version = "0.2.5"
|
|
5
|
+
s.date = %q{2022-06-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($/)
|
|
@@ -68,6 +68,7 @@ namespace :shopware do
|
|
|
68
68
|
end
|
|
69
69
|
|
|
70
70
|
task :theme_compile do
|
|
71
|
+
invoke! 'shopware:console:execute', 'theme:refresh'
|
|
71
72
|
invoke! 'shopware:console:execute', 'theme:compile'
|
|
72
73
|
end
|
|
73
74
|
|
|
@@ -110,9 +111,9 @@ namespace :deploy do
|
|
|
110
111
|
invoke 'shopware:psh:cache' #this is needed to generate the .env file from .psh.yaml
|
|
111
112
|
invoke 'shopware:console:database_migrate'
|
|
112
113
|
invoke 'shopware:console:database_migrate_destructive'
|
|
114
|
+
invoke 'shopware:console:assets_install'
|
|
113
115
|
invoke 'shopware:psh:administration:build'
|
|
114
116
|
invoke 'shopware:psh:storefront:build'
|
|
115
|
-
invoke 'shopware:console:assets_install'
|
|
116
117
|
end
|
|
117
118
|
|
|
118
119
|
after :published, :shopware do
|
metadata
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
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.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Giacomo Mirabassi
|
|
8
8
|
- Davide Borgia
|
|
9
|
+
- Francesco Pisello
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
12
|
-
date:
|
|
13
|
+
date: 2022-06-10 00:00:00.000000000 Z
|
|
13
14
|
dependencies:
|
|
14
15
|
- !ruby/object:Gem::Dependency
|
|
15
16
|
name: capistrano
|
|
@@ -60,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
60
61
|
- !ruby/object:Gem::Version
|
|
61
62
|
version: '0'
|
|
62
63
|
requirements: []
|
|
63
|
-
rubygems_version: 3.
|
|
64
|
+
rubygems_version: 3.4.10
|
|
64
65
|
signing_key:
|
|
65
66
|
specification_version: 4
|
|
66
67
|
summary: Capistrano deploy instructions for Shopware 6
|