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

This commit is contained in:
Vezpi 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: | run: |
rm -f ${BLOG_FOLDER}/content/posts/template.md rm -f ${BLOG_FOLDER}/content/posts/template.md
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.com -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} chown 1000:1000 -R ${BLOG_FOLDER}

View File

@ -1,4 +1,4 @@
baseURL: "https://blog.vezpi.me/" baseURL: "https://blog.vezpi.com/"
languageCode: "en-us" languageCode: "en-us"
title: "Vezpi Lab" title: "Vezpi Lab"
theme: "stack" theme: "stack"