I have a project that is already deployed. As part of a new feature I added a new secret/environment variable. This was fine during testing. But the project wouldn’t deploy. Turns out the new secret is not in the deployment, and I can’t find any way to add it.
You’ve tried redeploying?
This problem is specifically for redeploying after adding a new secret. Potentially undeploying, and then deploying would fix this, but that means more downtime.
This is now fixed with the new deployments module
2 Likes