Fly.io
Read secrets from .env file
calpaliu
April 3, 2021, 3:29am
2
This command works, but better write it down…
cat .env | tr '\n' ' ' | xargs flyctl secrets set
How are you managing cert files with Fly?
show post in topic