Deploy not using profile region

Hi,

Deploy not getting my profile region when i deploy:

AWS_PROFILE=profile_name JETS_ENV=production jets deploy

[profile profile_name]
region=sa-east-1
output=json

I had some issues with declaring the Aws credentials in the initializer where those would override (even the tokens) the profile I had set. This could be a similar issue? Check to see if your initializer is using a region

Hmmm…well, i have my credentials on ~/.aws/credentials. I don’t set the region on any of my env initializers…

Seems like an old issue: