abra/.envrc.sample

6 lines
230 B
Plaintext
Raw Normal View History

2021-08-02 12:05:39 +00:00
# The path to our pass credentials store
export PASSWORD_STORE_DIR=$(pwd)/../../autonomic/passwords/passwords/
# The Hetzner Cloud API token for managing our instances
export HCLOUD_TOKEN=$(pass show logins/hetzner/cicd/api_key)