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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 4802e933f52b4da5c149ef25c25a1956eac4635b
4
- data.tar.gz: bdfd95f4360016600c0fa7802a6a45cc68401f0e
2
+ SHA256:
3
+ metadata.gz: 4582f06289c605eb5a0be428c51e24908cd2713f005ff0c0b6c500a77a0bd9ac
4
+ data.tar.gz: 9152efb150e6681e9657c7ed7a4007da2243530328f79790653a654556e08fef
5
5
  SHA512:
6
- metadata.gz: 9dda59d892b1bbb8ac9e53d8540a9aeff3302044d5c81b74a41b8e322ac43096e4a45b94671f971e51aaec99f8b2506dfb81518b46331c57552379a32defb8ed
7
- data.tar.gz: df0ad5c9804d51d3d0cd9d55dffe0ffdcdd4cc985f267d429a2937dc4298285df99695be82d3b9f07e52d3decf1dee88c087c2363d0b1eb2c6667dfd52b4d350
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
@@ -1,7 +1,7 @@
1
1
  module Fulmar
2
2
  module Plugin
3
3
  module Neos
4
- VERSION = '1.0.1'.freeze
4
+ VERSION = '1.1.0'.freeze
5
5
  end
6
6
  end
7
7
  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.1
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: 2017-07-26 00:00:00.000000000 Z
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.6.11
95
+ rubygems_version: 2.7.4
96
96
  signing_key:
97
97
  specification_version: 4
98
98
  summary: Plugin to add Neos-specific tasks