From 1b2e9bd0a85a4634da0ae0ceb59fcfe8c65942a6 Mon Sep 17 00:00:00 2001 From: Carneiro Date: Wed, 21 Aug 2024 16:22:41 -0300 Subject: [PATCH] Update makefile --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index cdf8d09..f3fa8b2 100755 --- a/makefile +++ b/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'