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