fix makefile cp
SSH Build / Deploy (push) Successful in 8s Details

This commit is contained in:
Carneiro 2024-08-05 17:52:22 -03:00
parent db93b1945d
commit e961923688
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ SERVE_FLAGS = -H 0.0.0.0 -P 33002
all: build
deploy: build
sg www-data -c "cp -R _site ${DEST_PATH}"
# sg www-data -c "chmod -R 775 ${DEST_PATH}"
sg www-data -c "cp -RTv _site ${DEST_PATH}"
build:
${JEKYLL_CMD} build --trace