Update deployment
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m41s
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m41s
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[phases.setup]
|
[phases.setup]
|
||||||
nixPkgs = ["go", "git"]
|
nixPkgs = ["go", "git", "nodejs"]
|
||||||
|
|
||||||
[phases.build]
|
[phases.build]
|
||||||
cmds = [
|
cmds = [
|
||||||
@@ -7,5 +7,8 @@ cmds = [
|
|||||||
"cd kobopatch-wasm && bash build.sh",
|
"cd kobopatch-wasm && bash build.sh",
|
||||||
]
|
]
|
||||||
|
|
||||||
[staticAssets]
|
[phases.install]
|
||||||
root = "web/public"
|
cmds = ["npm i serve"]
|
||||||
|
|
||||||
|
[start]
|
||||||
|
cmd = "npx serve web/public -l tcp://0.0.0.0:$PORT"
|
||||||
|
|||||||
Reference in New Issue
Block a user