From 39b047269d68461bb554e71b36eeaaa113384c42 Mon Sep 17 00:00:00 2001 From: Gabriel Carneiro Date: Fri, 15 Nov 2024 12:17:32 -0300 Subject: [PATCH] change serve port --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 20a41dc..e5831fa 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ DEST_PATH = /var/www/html/alice_sites/public_html DEST_DIR_FLAGS = --destination=${DEST_PATH} BUILD_FLAGS = --trace -SERVE_FLAGS = -H 0.0.0.0 -P 33002 +SERVE_FLAGS = -H 0.0.0.0 -P 33006 all: sg www-data -c "${JEKYLL_CMD} build ${BUILD_FLAGS} ${DEST_DIR_FLAGS}"