feat: implement hetzner new command

This commit is contained in:
2021-08-02 14:05:39 +02:00
parent fa16ce20eb
commit 3e91174ce0
3 changed files with 33 additions and 11 deletions

5
.envrc.sample Normal file
View File

@ -0,0 +1,5 @@
# 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)