* add https to artifact update
This commit is contained in:
parent
f1bc3b6498
commit
831fdf8c8e
|
|
@ -44,7 +44,7 @@ module JamRuby
|
|||
# this is basically a dev-time only path of code; we store real artifacts in s3
|
||||
url = APP_CONFIG.jam_admin_root_url + self.uri.url
|
||||
else
|
||||
url = "http://#{APP_CONFIG.cloudfront_host}/#{self.uri.store_dir}/#{self[:uri]}"
|
||||
url = "https://#{APP_CONFIG.cloudfront_host}/#{self.uri.store_dir}/#{self[:uri]}"
|
||||
#url = self.uri.url.gsub(APP_CONFIG.aws_fullhost, APP_CONFIG.cloudfront_host)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue