Skip to content

Commit

Permalink
just: sops commands
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Mar 1, 2024
1 parent a6349c4 commit 174eec2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ remote-install host='linux-builder':
--build-on-remote \
--flake .#{{host}} \
root@{{host}}

# Run this after editing .sops.yaml
sops-updatekeys:
sops updatekeys secrets.json

# Edit or view the secrets
sops-edit:
sops secrets.json

0 comments on commit 174eec2

Please sign in to comment.