run make
This commit is contained in:
parent
118a08e650
commit
0371bdea14
1 changed files with 2 additions and 3 deletions
|
@ -6,12 +6,11 @@ rm -rf /blog
|
|||
git clone https://github.com/kianby/blog.git
|
||||
cd /blog
|
||||
~/.poetry/bin/poetry install
|
||||
~/.poetry/bin/poetry shell
|
||||
make
|
||||
~/.poetry/bin/poetry run make
|
||||
|
||||
# nginx serve
|
||||
#nginx -g 'daemon off;'
|
||||
nginx
|
||||
|
||||
# exit on change in stacosys or Git repo
|
||||
python3 monitor.py
|
||||
~/.poetry/bin/poetry run python3 monitor.py
|
Loading…
Add table
Reference in a new issue