Update deployment
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m43s
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m43s
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
[phases.setup]
|
||||
nixPkgs = ["go", "git"]
|
||||
|
||||
[phases.build]
|
||||
nixPkgs = ["go", "git", "python3"]
|
||||
cmds = [
|
||||
"cd kobopatch-wasm && bash setup.sh",
|
||||
"cd kobopatch-wasm && bash build.sh",
|
||||
]
|
||||
|
||||
[staticAssets]
|
||||
root = "web/public"
|
||||
[start]
|
||||
cmd = "python3 -m http.server ${PORT:-8080} -d web/public"
|
||||
|
||||
Reference in New Issue
Block a user