diff --git a/.github/workflows/pull_and_run_on_server.yaml b/.github/workflows/pull_and_run_on_server.yaml index 8e8c264..8b69e22 100644 --- a/.github/workflows/pull_and_run_on_server.yaml +++ b/.github/workflows/pull_and_run_on_server.yaml @@ -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 diff --git a/poetry.lock b/poetry.lock index 11f6021..e0dbd7a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -648,13 +648,13 @@ doc = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"] [[package]] name = "faker" -version = "27.4.0" +version = "28.0.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-27.4.0-py3-none-any.whl", hash = "sha256:1c44d4bdcad7237516c9a829b6a0bcb031c6a4cb0506207c480c79f74d8922bf"}, - {file = "faker-27.4.0.tar.gz", hash = "sha256:4ce108fc96053bbba3abf848e3a2885f05faa938deb987f97e4420deaec541c4"}, + {file = "Faker-28.0.0-py3-none-any.whl", hash = "sha256:6a3a08be54c37e05f7943d7ba5211d252c1de737687a46ad6f29209d8d5db11f"}, + {file = "faker-28.0.0.tar.gz", hash = "sha256:0d3c0399204aaf8205cc1750db443474ca0436f177126b2c27b798e8336cc74f"}, ] [package.dependencies]