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

Add reference .env on each push #6

Open
ozym4nd145 opened this issue Apr 1, 2019 · 0 comments
Open

Add reference .env on each push #6

ozym4nd145 opened this issue Apr 1, 2019 · 0 comments

Comments

@ozym4nd145
Copy link
Contributor

Currently, the .env is automatically encrypted by git hook and pushed as .env.secret.
While this is good, it doesn't give user any idea about the content of original .env.

We should actually have a hook, that automatically censors the .env (for example, change value of each key to XXXXX) and then pushes this as .env.sample along with the commit.

This would eliminate the need to separately keep a list of environment variables updated and would help anyone understand the needed environment variables.

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

1 participant