Skip to content
Snippets Groups Projects
Commit 62f03c73 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Merge branch 'make-flo-root-on-prod-too' into 'develop'

Add flo to prod: ssh key + root access

See merge request !292
parents a52ec1c6 53b346c5
No related branches found
No related tags found
2 merge requests!293merge develop into production,!292Add flo to prod: ssh key + root access
Pipeline #2019 passed
let let
jcalderone = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGN4VQm3BIQKEFTw6aPrEwNuShf640N+Py2LOKznFCRT exarkun@bottom"]; jcalderone = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGN4VQm3BIQKEFTw6aPrEwNuShf640N+Py2LOKznFCRT exarkun@bottom"];
flo = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII6EUU/KNDr7y3m5OVWBZAuPiMJ4us3YOBEhxpG29yPN flo@la"];
in { in {
"root" = jcalderone; "root" = jcalderone ++ flo;
"jcalderone" = jcalderone; "jcalderone" = jcalderone;
"flo" = flo;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment