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
|
git clone https://github.com/kianby/blog.git
|
||||||
cd /blog
|
cd /blog
|
||||||
~/.poetry/bin/poetry install
|
~/.poetry/bin/poetry install
|
||||||
~/.poetry/bin/poetry shell
|
~/.poetry/bin/poetry run make
|
||||||
make
|
|
||||||
|
|
||||||
# nginx serve
|
# nginx serve
|
||||||
#nginx -g 'daemon off;'
|
#nginx -g 'daemon off;'
|
||||||
nginx
|
nginx
|
||||||
|
|
||||||
# exit on change in stacosys or Git repo
|
# 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