diff --git a/stout.toml b/stout.toml new file mode 100644 index 0000000..de3662d --- /dev/null +++ b/stout.toml @@ -0,0 +1,16 @@ +name = "hello-world" +description = "SvelteKit hello-world demo app" + +[build] +context = "." + +[processes.web] +type = "server" +port = 3000 + +[deploy] +strategy = "rolling" +approval = "auto" +rollback_on_failure = true +health_check_path = "/" +health_check_grace = 15