add stout toml
This commit is contained in:
16
stout.toml
Normal file
16
stout.toml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user