[webhook] Updates the NPM install hooks to do a new directory on each deploy. Clean will come later

This commit is contained in:
2025-07-31 15:34:45 -07:00
parent 8a566715db
commit 1d1702bd9b
2 changed files with 6 additions and 3 deletions

View File

@@ -38,11 +38,11 @@ in
virtualisation.oci-containers.containers =
mkStaticSite {
host = terakoda;
dir = "dist";
dir = "deployed";
}
// mkStaticSite {
host = blazestar;
dir = "dist";
dir = "deployed";
}
// mkStaticSite {
host = havenisms;