diff --git a/.gitea/workflows/deploy_blog.yml b/.gitea/workflows/deploy_blog.yml index cc5d3e7..da3dc8b 100644 --- a/.gitea/workflows/deploy_blog.yml +++ b/.gitea/workflows/deploy_blog.yml @@ -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} diff --git a/hugo.yaml b/hugo.yaml index 9c86df4..a627232 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,4 +1,4 @@ -baseURL: "https://blog.vezpi.me/" +baseURL: "https://blog.vezpi.com/" languageCode: "en-us" title: "Vezpi Lab" theme: "stack"