fulmar-plugin-neos 1.0.1 → 1.1.0
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 +5 -5
- data/lib/fulmar/plugin/neos/rake/neos.rake +5 -0
- data/lib/fulmar/plugin/neos/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 4582f06289c605eb5a0be428c51e24908cd2713f005ff0c0b6c500a77a0bd9ac
|
4
|
+
data.tar.gz: 9152efb150e6681e9657c7ed7a4007da2243530328f79790653a654556e08fef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 238381c85c13e19d7f0a53c6d5c3b3192d6900a4d46f1791b3af4080cf2dd932ceb83dfeec85df7a76d45d7f4c8b214e5f79d869a0b33b16cd70a992e91b7b1d
|
7
|
+
data.tar.gz: 6e60316e78947e637699dfc3c032ddec90cc91325339ae4c062bb66a9b1ce246a7c3795971f82db4ca492799d5c94c7f0c221bc3d1df1cdb7bc6490eca885e1a
|
@@ -17,6 +17,11 @@ unless config.plugins[:neos].nil? || config.plugins[:neos][:sync].nil?
|
|
17
17
|
remote_shell.run "rsync -aq #{from_hostname}:#{from_path} Data/Persistent"
|
18
18
|
info 'Publishing assets...'
|
19
19
|
remote_shell.run './flow resource:publish'
|
20
|
+
|
21
|
+
if config[:site_node_name] && config[:domain]
|
22
|
+
info 'Adding domain...'
|
23
|
+
remote_shell.run "./flow domain:add --site-node-name #{config[:site_node_name]} --hostname #{config[:domain]}"
|
24
|
+
end
|
20
25
|
end
|
21
26
|
end
|
22
27
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fulmar-plugin-neos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gerrit Visscher
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fulmar
|
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
92
|
version: '0'
|
93
93
|
requirements: []
|
94
94
|
rubyforge_project:
|
95
|
-
rubygems_version: 2.
|
95
|
+
rubygems_version: 2.7.4
|
96
96
|
signing_key:
|
97
97
|
specification_version: 4
|
98
98
|
summary: Plugin to add Neos-specific tasks
|