From c4bd44e1f2aeb97dedb08fd39bf404b7f458d7af Mon Sep 17 00:00:00 2001 From: Vezpi Date: Thu, 4 Sep 2025 11:38:19 +0000 Subject: [PATCH] change: git repo in the entrypoint.sh vezpi.com --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 8178a50..f5478c7 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -2,7 +2,7 @@ set -e # Configuration -REPO_URL="${REPO_URL:-https://git.vezpi.me/Vezpi/blog.git}" +REPO_URL="${REPO_URL:-https://git.vezpi.com/Vezpi/blog.git}" URL="${URL:-blog.vezpi.com}" BRANCH="${BRANCH:-preview}" CLONE_DIR="${CLONE_DIR:-/blog}"