remove chmod from deploy in make
SSH Build / Deploy (push) Has been cancelled Details

This commit is contained in:
Carneiro 2024-08-05 17:10:29 -03:00
parent 63317f88f3
commit 8ac51a6892
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ all: build
deploy: build deploy: build
sg www-data -c "cp -R _site ${DEST_PATH}" sg www-data -c "cp -R _site ${DEST_PATH}"
sg www-data -c "chmod -R 775 ${DEST_PATH}" # sg www-data -c "chmod -R 775 ${DEST_PATH}"
build: build:
${JEKYLL_CMD} build --trace ${JEKYLL_CMD} build --trace