use CF pages

This commit is contained in:
2021-11-18 19:45:56 -05:00
parent 8f55942b8c
commit 3395f2c96d
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ $REPO_DIR/host/websocketd \
--port=80 \ --port=80 \
--binary \ --binary \
--header-ws="Sec-WebSocket-Protocol: binary" \ --header-ws="Sec-WebSocket-Protocol: binary" \
--origin=y2k.app,www.y2k.app,hardcore-turing-5cd513.netlify.app \ --origin=y2k.app,www.y2k.app,y2k.pages.dev \
-- \ -- \
docker run \ docker run \
--cpus 1 \ --cpus 1 \
-7
View File
@@ -1,7 +0,0 @@
[build]
base = "frontend/"
publish = "public/"
command = "npm run build"
[build.environment]
NODE_VERSION = "16.13.0"