Skip to content

Commit

Permalink
Re-add build line
Browse files Browse the repository at this point in the history
  • Loading branch information
markbotterill committed Jul 15, 2024
1 parent c78fea6 commit e914e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ send-slack-metrics:
send-hubgpt-eval:
cd /home/ec2-user/danswer/deployment/docker_compose && \
docker compose -p hubgpt down && \
docker compose -p hubgpt -f docker-compose.analytics.yml up -d --build
docker compose -p hubgpt -f docker-compose.analytics.yml up -d --build
sleep 150
docker exec hubgpt-background-1 python /app/scripts/hubgpt_eval_automation.py
cd /home/ec2-user/danswer/deployment/docker_compose && \
docker compose -p hubgpt down && \
docker compose -p hubgpt -f docker-compose.prod.yml up -d --build
docker compose -p hubgpt -f docker-compose.prod.yml up -d --build

0 comments on commit e914e90

Please sign in to comment.