Skip to content
Snippets Groups Projects
Commit 2c681d1c authored by Benoit Donneaux's avatar Benoit Donneaux
Browse files

Rename deploy keys file too

parent 4f92442a
No related branches found
No related tags found
1 merge request!459Allow new key to deploy HRO Cloud
Pipeline #5891 passed
...@@ -23,7 +23,7 @@ let ...@@ -23,7 +23,7 @@ let
}; };
# Configure deployment management authorization for all systems in the grid. # Configure deployment management authorization for all systems in the grid.
services.private-storage.deployment = { services.private-storage.deployment = {
authorizedKeys = builtins.readFile "${config.grid.publicKeyPath}/deploy_key.pub"; authorizedKeys = builtins.readFile "${config.grid.publicKeyPath}/deploy_keys.pub";
gridName = "hro-cloud"; gridName = "hro-cloud";
}; };
}; };
......
...@@ -61,7 +61,7 @@ let ...@@ -61,7 +61,7 @@ let
}; };
# Configure deployment management authorization for all systems in the grid. # Configure deployment management authorization for all systems in the grid.
services.private-storage.deployment = { services.private-storage.deployment = {
authorizedKeys = builtins.readFile "${config.grid.publicKeyPath}/deploy_key.pub"; authorizedKeys = builtins.readFile "${config.grid.publicKeyPath}/deploy_keys.pub";
gridName = "local"; gridName = "local";
}; };
}; };
......
...@@ -23,7 +23,7 @@ let ...@@ -23,7 +23,7 @@ let
}; };
# Configure deployment management authorization for all systems in the grid. # Configure deployment management authorization for all systems in the grid.
services.private-storage.deployment = { services.private-storage.deployment = {
authorizedKeys = builtins.readFile "${config.grid.publicKeyPath}/deploy_key.pub"; authorizedKeys = builtins.readFile "${config.grid.publicKeyPath}/deploy_keys.pub";
gridName = "production"; gridName = "production";
}; };
}; };
......
...@@ -23,7 +23,7 @@ let ...@@ -23,7 +23,7 @@ let
}; };
# Configure deployment management authorization for all systems in the grid. # Configure deployment management authorization for all systems in the grid.
services.private-storage.deployment = { services.private-storage.deployment = {
authorizedKeys = builtins.readFile "${config.grid.publicKeyPath}/deploy_key.pub"; authorizedKeys = builtins.readFile "${config.grid.publicKeyPath}/deploy_keys.pub";
gridName = "testing"; gridName = "testing";
}; };
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment