Update GH Pages CNAME

GH pages is now an origin server with a new FQDN, "origin.inspec.io"

Signed-off-by: Adam Leff <adam@leff.co>
This commit is contained in:
Adam Leff 2017-04-27 14:48:32 -04:00
parent a6eeb208b1
commit 872574f661
No known key found for this signature in database
GPG key ID: 7A5136DE1C1112F8

View file

@ -89,7 +89,7 @@ namespace :www do
raise 'Please make sure you have no uncommitted changes in this repository.'
end
File.write(File.join(dst, 'CNAME'), 'inspec.io')
File.write(File.join(dst, 'CNAME'), 'origin.inspec.io')
file_count = Dir[File.join(dst, '*')].length
file_size = `du -hs #{dst}`.sub(/\s+.*$/m, '')