From 24a207e292d23f23bdbeec69352f09987504eac6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Apr 2020 14:38:24 +0200 Subject: [PATCH] Fixup envrc.sample with missing env var --- .envrc.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.envrc.sample b/.envrc.sample index 0f588d6..08bfcad 100644 --- a/.envrc.sample +++ b/.envrc.sample @@ -1,3 +1,6 @@ +# The path to our pass credentials store +export PASSWORD_STORE_DIR=$(pwd)/../infrastructure/credentials/password-store + # The Hetzner Cloud API token for managing our instances export HCLOUD_TOKEN=$(pass show logins/hetzner/cicd/api_key)