Create script to auto-deploy with retries

This commit is contained in:
Fabian Hauser 2025-04-12 20:39:55 +03:00
parent e3cacda356
commit 6a745892a4
12 changed files with 176 additions and 48 deletions

View file

@ -12,5 +12,6 @@ in
sshUser = "nginx-${domain}";
path = deployPkgs.deploy-rs.lib.activate.noop self.packages.${system}.docs;
profilePath = "/var/lib/nginx-${domain}/root";
remoteBuild = true;
};
}