So i added the .env file in gitignore , and then pushed it to main branch . because of my disk error my files got deleted , so i now cloned the project , and due to security reasons i wanted to change my content in env file but now i dont have any .env file in cloned project.
I have deployed my site using vercel with github , i thought changing the env variables in deployment can also solve my problem , but i guess my deployment is still refering to old env content that i want to change.my deployments are directly affected to any changes i make in github repo