From dd51dd5f5adaeaaf250999ac169e39f03208fae9 Mon Sep 17 00:00:00 2001 From: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com> Date: Wed, 25 Mar 2026 06:54:12 +0000 Subject: [PATCH] ci: update --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index c447196..f62d4d5 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -81,7 +81,7 @@ jobs: git config --global user.name "gitea-actions" git config --global user.email "actions-user@noreply.git.demonkernel.io.vn" - git remote set-url origin ssh://git@localhost:222/FoodSurf/backend.git + git remote set-url origin ssh://git@192.168.62.1:222/FoodSurf/backend.git git add . git commit -m "chore: release [ci skip]"