change: git repo in the entrypoint.sh vezpi.com
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 7s
Blog Deployment / Build (push) Successful in 16s
Blog Deployment / Deploy-Staging (push) Successful in 12s
Blog Deployment / Test-Staging (push) Successful in 3s
Blog Deployment / Merge (push) Successful in 16s
Blog Deployment / Deploy-Production (push) Successful in 12s
Blog Deployment / Test-Production (push) Successful in 8s
Blog Deployment / Clean (push) Successful in 5s
Blog Deployment / Notify (push) Successful in 5s

This commit is contained in:
2025-09-04 11:38:19 +00:00
parent a3d24345aa
commit c4bd44e1f2

View File

@@ -2,7 +2,7 @@
set -e set -e
# Configuration # 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}" URL="${URL:-blog.vezpi.com}"
BRANCH="${BRANCH:-preview}" BRANCH="${BRANCH:-preview}"
CLONE_DIR="${CLONE_DIR:-/blog}" CLONE_DIR="${CLONE_DIR:-/blog}"