change serve port

This commit is contained in:
Carneiro 2024-11-15 12:17:32 -03:00
parent e83117495b
commit 39b047269d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ DEST_PATH = /var/www/html/alice_sites/public_html
DEST_DIR_FLAGS = --destination=${DEST_PATH} DEST_DIR_FLAGS = --destination=${DEST_PATH}
BUILD_FLAGS = --trace BUILD_FLAGS = --trace
SERVE_FLAGS = -H 0.0.0.0 -P 33002 SERVE_FLAGS = -H 0.0.0.0 -P 33006
all: all:
sg www-data -c "${JEKYLL_CMD} build ${BUILD_FLAGS} ${DEST_DIR_FLAGS}" sg www-data -c "${JEKYLL_CMD} build ${BUILD_FLAGS} ${DEST_DIR_FLAGS}"