use CF pages

This commit is contained in:
Jake Jarvis 2021-11-18 19:45:56 -05:00
parent 8f55942b8c
commit 3395f2c96d
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
2 changed files with 1 additions and 8 deletions

View File

@ -7,7 +7,7 @@ $REPO_DIR/host/websocketd \
--port=80 \
--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 \
--cpus 1 \

View File

@ -1,7 +0,0 @@
[build]
base = "frontend/"
publish = "public/"
command = "npm run build"
[build.environment]
NODE_VERSION = "16.13.0"