#3 Configure sops filter in age-setup script
This commit is contained in:
parent
bf81ecbd27
commit
fc5973a46f
@ -17,6 +17,7 @@ alias enc="$AGE_DIR/.age-encrypt.sh"
|
||||
alias dec="$AGE_DIR/.age-decrypt.sh"
|
||||
|
||||
# Configure the git filters
|
||||
# git config --local filter.sops.smudge $AGE_DIR/.age-decrypt.sh
|
||||
# git config --local filter.sops.clean $AGE_DIR/.age-encrypt.sh
|
||||
# git config --local filter.sops.required true
|
||||
git config --local filter.sops.smudge $AGE_DIR/.age-decrypt.sh
|
||||
git config --local filter.sops.clean $AGE_DIR/.age-encrypt.sh
|
||||
git config --local filter.sops.required true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user