From af0330798b6883e0caddb161a00831e72b8d51b1 Mon Sep 17 00:00:00 2001 From: CherryKitten Date: Tue, 17 Sep 2024 13:12:52 +0200 Subject: [PATCH] add just update-secrets --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index fabdabd..1791234 100644 --- a/justfile +++ b/justfile @@ -18,3 +18,6 @@ delete-hcloud-host name="": git: nix fmt git add . + +update-secrets: + git commit secrets -m "update secrets"