From 3d62477a68362b063a8477a9625e31e0785bbb7b Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Tue, 2 Jun 2026 09:45:10 +0700 Subject: [PATCH] fix(ci): update git remote URL before fetch on VPS Co-Authored-By: Claude Opus 4.8 --- .github/workflows/deploy-docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-docker.yml b/.github/workflows/deploy-docker.yml index 29849b0..894b1b2 100644 --- a/.github/workflows/deploy-docker.yml +++ b/.github/workflows/deploy-docker.yml @@ -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