This commit is contained in:
parent
65579662ab
commit
3b6e73acc3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ serve:
|
|||
zola serve
|
||||
|
||||
publish: build
|
||||
cp -r public/* /usr/share/nginx/snamellit/
|
||||
scp -r public/* snamellit@lotte.snamellit.com:/usr/share/nginx/snamellit/
|
||||
|
||||
clean:
|
||||
rm -rf public
|
||||
|
|
Loading…
Reference in a new issue