mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-08 18:04:57 +00:00
🔧 fix(workflows/deploy.yml): Исправлен путь к данным в docker-контейнере.
All checks were successful
Deploy / deploy (push) Successful in 23s
All checks were successful
Deploy / deploy (push) Successful in 23s
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
|||||||
docker run -d \
|
docker run -d \
|
||||||
--name hh-auto-reply \
|
--name hh-auto-reply \
|
||||||
--network traefik \
|
--network traefik \
|
||||||
--volume /home/koptilnya/services/hh-auto-reply/data:/app/data \
|
--volume /home/koptilnya/services/hh-auto-reply/data:/data \
|
||||||
--env OPENROUTER_API_KEY=${{secrets.OPENROUTER_API_KEY}} \
|
--env OPENROUTER_API_KEY=${{secrets.OPENROUTER_API_KEY}} \
|
||||||
--env DATABASE_URL=${{secrets.DATABASE_URL}} \
|
--env DATABASE_URL=${{secrets.DATABASE_URL}} \
|
||||||
--env GROQ_API_KEY=${{secrets.GROQ_API_KEY}} \
|
--env GROQ_API_KEY=${{secrets.GROQ_API_KEY}} \
|
||||||
|
|||||||
Reference in New Issue
Block a user