chore: keep old selfhost compose file (#9280)

This commit is contained in:
liuyi
2024-12-26 18:25:45 +08:00
committed by GitHub
parent 9b3a2fc0de
commit 4692cfa624
6 changed files with 110 additions and 47 deletions

View File

@@ -437,8 +437,8 @@ jobs:
node-version: 20
- name: Copy Selfhost Release Files
run: |
cp ./.github/deployment/self-host/compose.yaml ./release/docker-compose.yaml
cp ./.github/deployment/self-host/.env.example ./release/.env.example
cp ./.docker/selfhost/compose.yaml ./release/docker-compose.yaml
cp ./.docker/selfhost/.env.example ./release/.env.example
- name: Generate Release yml
run: |
node ./scripts/generate-release-yml.mjs