Add chown to uid 1000 after build
All checks were successful
Deploy / Deploy (push) Successful in 5s

This commit is contained in:
Vezpi 2025-05-07 22:03:01 +02:00
parent 1de2b0391f
commit 97d2d8c854

View File

@ -30,3 +30,4 @@ jobs:
rm -rf ${BLOG_FOLDER}/private/* ${BLOG_FOLDER}/public/* rm -rf ${BLOG_FOLDER}/private/* ${BLOG_FOLDER}/public/*
${BLOG_FOLDER}/hugo -D -b https://blog-dev.vezpi.me -s ${BLOG_FOLDER} -d ${BLOG_FOLDER}/private ${BLOG_FOLDER}/hugo -D -b https://blog-dev.vezpi.me -s ${BLOG_FOLDER} -d ${BLOG_FOLDER}/private
${BLOG_FOLDER}/hugo -s ${BLOG_FOLDER} -d ${BLOG_FOLDER}/public ${BLOG_FOLDER}/hugo -s ${BLOG_FOLDER} -d ${BLOG_FOLDER}/public
chown 1000:1000 -R ${BLOG_FOLDER}