mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
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:
parent
a6eeb208b1
commit
872574f661
1 changed files with 1 additions and 1 deletions
|
@ -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, '')
|
||||
|
||||
|
|
Loading…
Reference in a new issue