[solved] How to deploy to a specific region?

I’m a first time user going through the initial “demo app” tutorial.

After looking at http://rubyonjets.com/docs/deploy/ I was under the impression that the region specified in .aws/config would determine which region jets uses to deploy.

I have an ~/.aws/config looking like:

[default]
region=eu-north-1
output=json

Running aws configure get region returns eu-north-1.

However when running jets deploy it deploys to us-east-1.

What to do?

Never mind.

Re-running jets deploy in a new terminal window appears to use the correct region. Maybe some kind of config caching issue?