Hi there, I have deployed a django app using this tutorial:
Now i want to create env variables for secret keys and api tokens. The problems is, i deploy my app through github and if i add .env to gitignore it will not be pulled to the droplet. And if i dont add gitignore, the will no point to create .env
So how can i pass .env file to droplet through github (I want to make the repo public)
Thank you in advance :)