Change URL to vezpi.com
All checks were successful
Deploy / Deploy (push) Successful in 5s

This commit is contained in:
2025-05-10 19:14:48 +00:00
parent ada3dcf392
commit 2541af17f4
2 changed files with 2 additions and 2 deletions

View File

@@ -40,6 +40,6 @@ jobs:
run: |
rm -f ${BLOG_FOLDER}/content/posts/template.md
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.com -s ${BLOG_FOLDER} -d ${BLOG_FOLDER}/private
${BLOG_FOLDER}/hugo -s ${BLOG_FOLDER} -d ${BLOG_FOLDER}/public
chown 1000:1000 -R ${BLOG_FOLDER}