Skip to content

Commit 322a018

Browse files
committed
BUILD: Add private-actions SSH user to production
1 parent b106ae4 commit 322a018

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

infrastructure/ssh-keys.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ let
55
jmoggr = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMiaHaeJ5PQL0mka/lY1yGXIs/bDK85uY1O3mLySnwHd j@jmoggr.com";
66
kasbah = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM1K/FB6dCjo1/xfddi9VoHEGchFo/bcz6v7SC7wAuFQ kaspar@topos";
77
catcolab-next-deployuser = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM7AYg1fZM0zMxb/BuZTSwK4O3ycUIHruApr1tKoO8nJ deployuser@next.catcolab.org";
8+
catcolab-private-actions-user = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE5jfvVKRGR2QO3mP1ZKvowpO+BKjeCM8OAO+St+A+GX github.com/ToposInstitute/catcolab-private-actions";
89
};
910

1011
# hostKey comes frome the /etc/ssh/ssh_host_ed25519_key.pub file on each host after the host is first
@@ -16,6 +17,7 @@ let
1617
epatters
1718
jmoggr
1819
kasbah
20+
catcolab-private-actions-user
1921
];
2022
allKeys = [ hostKey ] ++ userKeys;
2123
};

0 commit comments

Comments
 (0)