From 5ae6b73c1f8c8549034543685df88b7b610a9cc5 Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Tue, 2 Jun 2026 09:42:14 +0700 Subject: [PATCH] fix(ci): update repo URL to new location MythEclipse/GMW Co-Authored-By: Claude Opus 4.8 --- .github/workflows/deploy-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docker.yml b/.github/workflows/deploy-docker.yml index 1b6fc93..29849b0 100644 --- a/.github/workflows/deploy-docker.yml +++ b/.github/workflows/deploy-docker.yml @@ -73,7 +73,7 @@ jobs: set -eu APP_DIR=/opt/imphenbot - REPO_URL=https://github.com/MythEclipse/bete.git + REPO_URL=https://github.com/MythEclipse/GMW.git if [ ! -d "$APP_DIR/.git" ]; then mkdir -p "$APP_DIR"