Replace poetry /rye with uv
This commit is contained in:
parent
ad89cefc87
commit
4411b0c23b
9 changed files with 208 additions and 100 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue