git: use git-crypt for secret environments
This commit is contained in:
parent
e88978adc2
commit
cfa8df818b
2 changed files with 3 additions and 1 deletions
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Secret environment files
|
||||
/*/*.env.secret filter=git-crypt diff=git-crypt
|
||||
Reference in a new issue