Poetry sucks

This commit is contained in:
Yax 2023-07-07 20:41:46 +02:00
parent 564a24623e
commit 590e97e27a
2 changed files with 13 additions and 8 deletions

View file

@ -1,14 +1,16 @@
#!/bin/bash
export POETRY_HOME=/opt/poetry
#export POETRY_HOME=/opt/poetry
# clone and build blog
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_HOME/bin/poetry install
#$POETRY_HOME/bin/poetry run make
poetry install
poetry run make
# nginx serve
#nginx -g 'daemon off;'