Deployment Issues - No new secrets

Description of the problem (please keep it simple and short):
New developments don’t allow the token to be changed.

Explain what you were trying to do:
I am trying to add new secrets to the deployment. It is not working. I add the new secrets, deploy and it then doesn’t add the new ones.

What areas or features are involved?
Deployments

Repl Cover Page Link/Screenshots/Etc: (to protect you and your code, never share your Repl join link outside of PMs) Screen capture - be95e768c1e08e7b364fb470ab175a6c - Gyazo

Hey @oscardoski!

Thank you for the information and the video you provided, that helped us get to the bottom of this issue!

When you change the environment of your Deployment, you need to redeploy in order to commit those changes to your Deployment. This is because Deployments run as snapshots of a filesystem and other configuration, which need to be fully refreshed and cannot update automatically. That is why redeploying fully refreshes and resets the environment for a Deployment.