Skip to content

Commit

Permalink
Настройка локализации (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
kudralexandr authored Aug 25, 2024
2 parents 58a1e13 + de0b55b commit 88c7b67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_and_run_on_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
sudo systemctl restart goodstart_bot.service
sleep 10
docker compose -f docker-compose.stage.yaml exec backend locale-gen ru_RU
docker compose -f docker-compose.stage.yaml exec backend update-locale
docker compose -f docker-compose.stage.yaml exec backend sh -c "export RUN_BOT=false"
docker compose -f docker-compose.stage.yaml exec backend python manage.py collectstatic
docker compose -f docker-compose.stage.yaml exec backend python manage.py migrate
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88c7b67

Please sign in to comment.