fix(ci): update git remote URL before fetch on VPS

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
MythEclipse
2026-06-02 09:45:10 +07:00
co-authored by Claude Opus 4.8
parent 5ae6b73c1f
commit 3d62477a68
+1
View File
@@ -81,6 +81,7 @@ jobs:
fi
cd "$APP_DIR"
git remote set-url origin "$REPO_URL"
git fetch origin master
git checkout master
git reset --hard origin/master