Files
infra/encrypt_secrets.sh

5 lines
170 B
Bash
Executable File

#!/bin/sh
fd -I "secrets.yaml" -x sops -e --encrypted-regex '^(data|stringData)$' --output {.}.sops.yaml {}
fd -I "local_settings.py" -x sops -e --output {.}.sops.py {}