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}"