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)