Hello, I need your help please, I'm still trying to deploy a django project to production but when I do the following command: $ flyctl secrets import -a HOSTNAME < .env I get the error in the first image I changed the terminal but I get another er


First image

Second image

What are you trying to achieve here exactly? In the first case, if you want to set HOSTNAME as an environment variable why not just set it as as a secret?

It’s also not a great idea to have a .env file on your production server.