fix: apikey loading was broken
This commit is contained in:
parent
59283fff6d
commit
7547513738
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -50,7 +50,7 @@ sops-setup: ## Copy age key to SOPS default path (~/.config/sops/age/keys.txt)
|
|||
@echo "✔ SOPS key path set (~/.config/sops/age/keys.txt). Alternatively export SOPS_AGE_KEY."
|
||||
|
||||
sops-edit: ## Edit the global secrets with SOPS
|
||||
sops inventory/group_vars/secrets.sops.yaml
|
||||
sops secrets/hetzner-token.yaml
|
||||
|
||||
sops-encrypt: ## Encrypt a file in place: make sops-encrypt FILE=secrets/foo.yaml
|
||||
@[ -n "$(FILE)" ] || (echo "Usage: make sops-encrypt FILE=secrets/xxx.yaml" && exit 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue