Replace poetry /rye with uv

This commit is contained in:
Yax 2024-12-09 15:05:33 +01:00
parent ad89cefc87
commit 4411b0c23b
9 changed files with 208 additions and 100 deletions

View file

@ -7,14 +7,12 @@ cd /
rm -rf /blog
git clone https://github.com/kianby/blog.git
cd /blog
#$POETRY_HOME/bin/poetry install
#$POETRY_HOME/bin/poetry run make
poetry install
poetry run make
uv sync
uv run make
# nginx serve
#nginx -g 'daemon off;'
nginx
# exit on change in stacosys or Git repo
$POETRY_HOME/bin/poetry run python3 monitor.py
uv run python monitor.py