I’m storing my .env files for production in a sepa...
# seed
a
I’m storing my .env files for production in a separate repo, can I clone the other repo and extract the .env to root of the working directory so seed could use it. This would technically be a pre-build step.
f
Hey @Ashishkumar Pandey, you can setup an SSH key for your org and checkout other repos. More details here https://seed.run/docs/adding-an-organization-ssh-key#check-out-other-repos
a
Cool! this will be great. 👍