Improve site makefile
This commit is contained in:
parent
7ee6f5f51b
commit
3c25d83f72
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,7 @@
|
|||
site:
|
||||
./makesite.py
|
||||
git pull
|
||||
makesite
|
||||
systemctl reload nginx
|
||||
|
||||
site_local:
|
||||
./makesite.py --params params-local.json
|
||||
|
|
Loading…
Add table
Reference in a new issue