From 187b9f19923305c35b5788185d6587d8da355505 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Tue, 22 Mar 2022 22:30:06 -0400 Subject: [PATCH] Rename private deploy key --- deploy/cloud0-home-rekahsoft-ca.scm | 2 +- deploy/grocy0-home-rekahsoft-ca.scm | 2 +- deploy/guix-ci0-home-rekahsoft-ca.scm | 2 +- deploy/vault0-home-rekahsoft-ca.scm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/cloud0-home-rekahsoft-ca.scm b/deploy/cloud0-home-rekahsoft-ca.scm index 8340324..cefa77b 100644 --- a/deploy/cloud0-home-rekahsoft-ca.scm +++ b/deploy/cloud0-home-rekahsoft-ca.scm @@ -10,5 +10,5 @@ (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINwGi4YmUyLgpmFxJzGQF5Ju7CL8d2Wa2VtHMZGms0KO root@(none)") (system "x86_64-linux") (user "auto") - (identity ".deploy-key/key") + (identity ".deploy-key") (port 22))))) diff --git a/deploy/grocy0-home-rekahsoft-ca.scm b/deploy/grocy0-home-rekahsoft-ca.scm index 701bb60..5b1acc9 100644 --- a/deploy/grocy0-home-rekahsoft-ca.scm +++ b/deploy/grocy0-home-rekahsoft-ca.scm @@ -10,5 +10,5 @@ (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICSMBcmFdlDI/JKOBC/RRJh2VM0MY45o684OXaTQ3fGm root@(none)") (system "x86_64-linux") (user "auto") - (identity ".deploy-key/key") + (identity ".deploy-key") (port 22))))) diff --git a/deploy/guix-ci0-home-rekahsoft-ca.scm b/deploy/guix-ci0-home-rekahsoft-ca.scm index 9cb1508..64ab52d 100644 --- a/deploy/guix-ci0-home-rekahsoft-ca.scm +++ b/deploy/guix-ci0-home-rekahsoft-ca.scm @@ -11,4 +11,4 @@ (system "x86_64-linux") (port 22) (user "auto") - (identity ".deploy-key/key"))))) + (identity ".deploy-key"))))) diff --git a/deploy/vault0-home-rekahsoft-ca.scm b/deploy/vault0-home-rekahsoft-ca.scm index ff07e36..47bca90 100644 --- a/deploy/vault0-home-rekahsoft-ca.scm +++ b/deploy/vault0-home-rekahsoft-ca.scm @@ -10,5 +10,5 @@ (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINwGi4YmUyLgpmFxJzGQF5Ju7CL8d2Wa2VtHMZGms0KO root@(none)") (system "x86_64-linux") (user "auto") - (identity ".deploy-key/key") + (identity ".deploy-key") (port 22)))))