Makefile: Remove update from deploy rule
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
e121df9d77
commit
ed66bc2df2
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -5,9 +5,9 @@
|
|||
|
||||
WEBROOT ?= "/var/www/bouah.net"
|
||||
|
||||
all: deploy
|
||||
all: update deploy
|
||||
|
||||
deploy: clean update drafts public
|
||||
deploy: clean drafts public
|
||||
mv drafts public/_drafts
|
||||
cp -rv $(WEBROOT)/specs $(WEBROOT)/files public/
|
||||
rm -rf $(WEBROOT)
|
||||
|
|
Loading…
Reference in a new issue