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]"