feat: add .env and conf.yaml for deer-flow configuration (#160)

* fix: update MILVUS_URI in .env.example for correct service endpoint

* feat: add .env and conf.yaml for deer-flow configuration
This commit is contained in:
hhhhsc701
2025-12-11 14:33:06 +08:00
committed by GitHub
parent a6e82ce68b
commit 72669d1293
5 changed files with 4 additions and 12 deletions

View File

@@ -55,10 +55,10 @@ jobs:
- name: Package
run: |
cp runtime/deer-flow/.env.example deployment/docker/deer-flow/.env
cp runtime/deer-flow/conf.yaml.example deployment/docker/deer-flow/conf.yaml
cp runtime/deer-flow/.env.example deployment/helm/deer-flow/charts/public/.env
cp runtime/deer-flow/conf.yaml.example deployment/helm/deer-flow/charts/public/conf.yaml
cp runtime/deer-flow/.env deployment/docker/deer-flow/.env
cp runtime/deer-flow/conf.yaml deployment/docker/deer-flow/conf.yaml
cp runtime/deer-flow/.env deployment/helm/deer-flow/charts/public/.env
cp runtime/deer-flow/conf.yaml deployment/helm/deer-flow/charts/public/conf.yaml
tar -cvf datamate.tar deployment/ images
- name: Upload Package