portfolio/decrypt_secrets.sh

6 lines
187 B
Bash
Raw Permalink Normal View History

2024-08-22 16:05:57 +00:00
#!/bin/sh
# --batch to prevent interactive command
# --yes to assume "yes" for questions
gpg --quiet --batch --yes --decrypt --passphrase="$SECRET_PASSPHRASE" --output ./.env ./.env.gpg