Skip to content
Snippets Groups Projects

Fix continuous deployment for HRO Cloud

2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -24,7 +24,7 @@ let
# Configure deployment management authorization for all systems in the grid.
services.private-storage.deployment = {
authorizedKey = builtins.readFile "${config.grid.publicKeyPath}/deploy_key.pub";
gridName = "production";
gridName = "hro-cloud";
};
};
payments = {
Loading