Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable Environment Confirmation #122

Open
m1nty opened this issue Aug 5, 2020 · 2 comments
Open

Variable Environment Confirmation #122

m1nty opened this issue Aug 5, 2020 · 2 comments

Comments

@m1nty
Copy link

m1nty commented Aug 5, 2020

Since a variable can be uploaded in different environments, it's possible a developer may forget where each one is being used. For example, a variable could be uploaded in the Staging Environment, but could potentially be forgotten about when pushing to Production, which would result in some sort of error since the Production Variable would not exist.

A solution could be that a list of affected environment variables can be returned where the developer would need to confirm that the environments are correct.

@gagoar
Copy link
Owner

gagoar commented Aug 5, 2020

I get the confirmation. but what I don't get is when this happens. when the user does alo set VARIABLE VALUE ?

@m1nty
Copy link
Author

m1nty commented Aug 5, 2020

Maybe when a variable is specifically set to local and not production environment? Or maybe neat time when the confirmation appears, is when you push something to git that used alo? That way it can be a good reminder before merging to master?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants