Update makefile
This commit is contained in:
parent
002c32c691
commit
1b2e9bd0a8
3
makefile
3
makefile
|
@ -17,6 +17,9 @@ SERVE_FLAGS = -H 0.0.0.0 -P 33002
|
|||
all:
|
||||
sg www-data -c "${JEKYLL_CMD} build ${BUILD_FLAGS} ${DEST_DIR_FLAGS}"
|
||||
|
||||
deploy:
|
||||
${JEKYLL_CMD} build ${BUILD_FLAGS} ${DEST_DIR_FLAGS}
|
||||
|
||||
# Executa o build toda vez que muda um arquivo
|
||||
# Rodando como serviço do systemd em /etc/systemd/system/alice-build-watch.service
|
||||
# examplo: sg www-data -c 'make watch'
|
||||
|
|
Loading…
Reference in New Issue