Sorry Ben. I’m being a bit lazy.
I’m using the Capistrano deployment approach - not Trellis.
Accordingly, it’s the deploy.rb file that’s used with Capistrano.
It has a line in it like so:
set :linked_files, fetch(:linked_files, []).push('.env')
I don’t really understand the syntax, but I’m looking - I think! - to add to this line.
Does that help?
A