capistrano_shopware6 0.2.4 → 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 +2 -2
- data/lib/capistrano/tasks/shopware.rake +1 -1
- 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: 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,7 +1,7 @@
|
|
|
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.
|
|
4
|
+
s.version = "0.2.5"
|
|
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"]
|
|
@@ -111,9 +111,9 @@ namespace :deploy do
|
|
|
111
111
|
invoke 'shopware:psh:cache' #this is needed to generate the .env file from .psh.yaml
|
|
112
112
|
invoke 'shopware:console:database_migrate'
|
|
113
113
|
invoke 'shopware:console:database_migrate_destructive'
|
|
114
|
+
invoke 'shopware:console:assets_install'
|
|
114
115
|
invoke 'shopware:psh:administration:build'
|
|
115
116
|
invoke 'shopware:psh:storefront:build'
|
|
116
|
-
invoke 'shopware:console:assets_install'
|
|
117
117
|
end
|
|
118
118
|
|
|
119
119
|
after :published, :shopware do
|
metadata
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
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: []
|
|
@@ -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
|