[wow.blazestar.net] Adds static site

This commit is contained in:
2025-09-15 17:07:57 -07:00
parent 746e31dca2
commit ee3b7c2c53
2 changed files with 28 additions and 6 deletions

View File

@@ -129,6 +129,15 @@ in
trigger-rule-mismatch-http-response-code = 400;
inherit trigger-rule;
};
"deploy-wow-blazestar-net" = {
id = "deploy-wow-blazestar-net";
http-methods = [ "POST" ];
command-working-directory = "/tank/web/wow.blazestar.net";
include-command-output-in-response-on-error = true;
execute-command = "${deployNpmApp}/bin/build-npm-app";
trigger-rule-mismatch-http-response-code = 400;
inherit trigger-rule;
};
};
};
}