fix: harden scheduling and deployment flow

This commit is contained in:
Rixuan Shao
2026-07-11 14:58:05 +08:00
parent c496d90039
commit e3142cabbf
28 changed files with 552 additions and 1750 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ if [ -n "$proxy_sub_url" ]; then
set_env_value ".env" "PROXY_SUB_URL" "$proxy_sub_url"
fi
mkdir -p proxy state/cron state/login-profile DouYinSparkFlow/logs
mkdir -p proxy state/cron state/login-profile state/browser-profiles DouYinSparkFlow/logs
if [ ! -f "proxy/config.yaml" ]; then
cp "proxy/config.example.yaml" "proxy/config.yaml"
fi