mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-08 18:04:57 +00:00
🐛 fix(scraper): исправлены селекторы для ввода текста в письмо
Some checks failed
Deploy / deploy (push) Failing after 18s
Some checks failed
Deploy / deploy (push) Failing after 18s
🚀 feat(deploy): добавлены переменные окружения для деплоя
В сообщении обязательно два разных типа, например, fix и feat.
This commit is contained in:
@@ -41,12 +41,10 @@ jobs:
|
||||
docker run -d \
|
||||
--name hh-auto-reply \
|
||||
--network traefik \
|
||||
--volume /home/koptilnya/services/chad/data:/app/data \
|
||||
-p 40000-40100:40000-40100/udp \
|
||||
--label "traefik.enable=true" \
|
||||
--label "traefik.http.routers.hh-auto-reply.rule=Host(\`api.koptilnya.xyz\`) && PathPrefix(\`/hh-auto-reply\`)" \
|
||||
--label "traefik.http.routers.hh-auto-reply.entrypoints=websecure" \
|
||||
--label "traefik.http.routers.hh-auto-reply.tls=true" \
|
||||
--label "traefik.http.routers.hh-auto-reply.tls.certresolver=myresolver" \
|
||||
--label "traefik.http.services.hh-auto-reply.loadbalancer.server.port=80" \
|
||||
--volume /home/koptilnya/services/hh-auto-reply/data:/app/data \
|
||||
--env OPENROUTER_API_KEY=${{secrets.OPENROUTER_API_KEY}}
|
||||
--env DATABASE_URL=${{secrets.DATABASE_URL}}
|
||||
--env YOUR_TELEGRAM_ID=${{secrets.YOUR_TELEGRAM_ID}}
|
||||
--env GROQ_API_KEY=${{secrets.GROQ_API_KEY}}
|
||||
--env TG_BOT_TOKEN=${{secrets.TG_BOT_TOKEN}}
|
||||
hh-auto-reply:latest
|
||||
|
||||
Reference in New Issue
Block a user