Open alexymik opened 5 years ago
When deploying using s3_website as part of a BitBucket pipeline, the following error was observed:
s3_website
Do you want to deliver your website via CloudFront, Amazon’s CDN service? [y/N] undefined method `chomp' for nil:NilClass (NoMethodError)
Adding a nil check with a meaningful hint to add --headless.
--headless
When deploying using
s3_website
as part of a BitBucket pipeline, the following error was observed:Adding a nil check with a meaningful hint to add
--headless
.