mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 19:09:44 +00:00
fix and tests for #302
This commit is contained in:
@@ -47,6 +47,8 @@ $ cp <encrypted-version-of-secret> dotfiles/secret
|
||||
|
||||
* commit and push the changes
|
||||
|
||||
See [transformations](../config-details.md#entry-transformations).
|
||||
|
||||
## Load passphrase from file
|
||||
|
||||
Passphrase is retrieved using a script:
|
||||
@@ -64,3 +66,5 @@ variables:
|
||||
trans_read:
|
||||
_gpg: "gpg2 --batch --yes --passphrase-file <(cat {{@@ gpg_password_file @@}}) -q --for-your-eyes-only --no-tty -d {0} > {1}"
|
||||
```
|
||||
|
||||
See [transformations](../config-details.md#entry-transformations).
|
||||
|
||||
Reference in New Issue
Block a user