ci: prepare compose env files in forgejo
This commit is contained in:
parent
71655aa7e9
commit
7fe0a0e7ec
1 changed files with 6 additions and 0 deletions
|
|
@ -16,6 +16,12 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Prepare compose env files
|
||||
run: |
|
||||
touch .env
|
||||
mkdir -p /root/litellm
|
||||
touch /root/litellm/.env
|
||||
|
||||
- name: Validate Compose config
|
||||
run: docker compose -f docker-compose.yml config >/tmp/ped-ai-compose.yml
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue