Zero-downtime with Rails credentials part II
In this article we are going to look at the consequences, and the impact that these have on you as a developer, and your codebase.
What impact does this change have on you? Credential files for each environment It is important to conceptually consider all the environments we run the application in. In our case, these are:
development test staging production
…continue reading on the thoughtbot blog
Co-authored-by: Sami Birnbaum