Add deploy script (#96)

This commit is contained in:
Chenlei Hu
2024-07-06 12:03:54 -04:00
committed by GitHub
parent d1934f27c8
commit 2ae2e827d8
5 changed files with 25 additions and 1 deletions

View File

@@ -5,3 +5,9 @@ PLAYWRIGHT_TEST_URL=http://localhost:5173
# Proxy target of the local development server
# Note: localhost:8188 does not work.
DEV_SERVER_COMFYUI_URL=http://127.0.0.1:8188
# The target ComfyUI checkout directory to deploy the frontend code to.
# The dist directory will be copied to {DEPLOY_COMFY_UI_DIR}/custom_web_versions/main/dev
# Add `--front-end-root {DEPLOY_COMFY_UI_DIR}/custom_web_versions/main/dev`
# to ComfyUI launch script to serve the custom web version.
DEPLOY_COMFYUI_DIR=/home/ComfyUI/web