From 33c8b4edbd6d43db1d31b8eff4c04d71ccc0827f Mon Sep 17 00:00:00 2001 From: Deeman Date: Fri, 27 Feb 2026 13:51:56 +0100 Subject: [PATCH] update kyes --- infra/bootstrap_supervisor.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/bootstrap_supervisor.sh b/infra/bootstrap_supervisor.sh index b7ab789..c41493e 100755 --- a/infra/bootstrap_supervisor.sh +++ b/infra/bootstrap_supervisor.sh @@ -47,7 +47,8 @@ fi # ── Decrypt secrets ─────────────────────────────────────────────────────────── sudo -u "${SERVICE_USER}" bash -c \ - "sops --input-type dotenv --output-type dotenv -d ${REPO_DIR}/.env.prod.sops > ${REPO_DIR}/.env" + "SOPS_AGE_KEY_FILE=/home/${SERVICE_USER}/.config/sops/age/keys.txt \ + sops --input-type dotenv --output-type dotenv -d ${REPO_DIR}/.env.prod.sops > ${REPO_DIR}/.env" chmod 600 "${REPO_DIR}/.env" # ── Python dependencies ───────────────────────────────────────────────────────