This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
task :fix_image_headers => :environment do | |
puts "---------------------------------------------" | |
puts "Uploading ad images to tools.ayalo.co" | |
puts "---------------------------------------------" | |
# Set s3 credentials | |
Dotenv.load | |
s3 = Aws::S3::Client.new |