mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-07-04 15:46:16 +00:00
Compare commits
2 commits
ad19c69731
...
5c3ed65638
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c3ed65638 | |||
| 38540963af |
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -4,6 +4,5 @@
|
|||
decrypt:
|
||||
@find . -name "*.enc.*" ! -name "*.example" -not -path "./.git/*" | while read f; do \
|
||||
out=$$(echo "$$f" | sed 's/\.enc\././'); \
|
||||
echo "Decrypting $$f -> $$out"; \
|
||||
sops -d "$$f" > "$$out"; \
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue