Fly.toml ENV variables arent being set anymore

Upgraded my mac Flyctrl today and did some new deploys.
The env variables in fly.toml dont seem to get picked up anymore.
Debugged with fly ssh console and not seeing the env variables.
Secrets still show up.

did Make sure ENV in the config is not cleared by setting `-e` by sudhirj · Pull Request #582 · superfly/flyctl · GitHub cause regression?

Yep, this was a regression. I’m sorry about that! The latest release reverts it:

1 Like

Thanks can you also merge this PR on the fly log shipper?

Please also add new lines to every log shipper template file so that multiple sinks can be concatenated together too.

1 Like

Looks like @jsierles took care of it!