Compare commits

...

1 Commits

Author SHA1 Message Date
TakahashiNguyen df8a6fc96f fix: better ci (#9)
Release package / release (push) Successful in 5m10s
Release package / build-and-push (push) Successful in 3m50s
Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com>
Reviewed-on: #9
2026-03-29 14:28:13 +00:00
+3 -1
View File
@@ -87,7 +87,9 @@ 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@$TARGET_IP:222/FoodSurf/backend.git
REPO_NAME="${{ gitea.repository }}"
git remote set-url origin ssh://git@$TARGET_IP:222/${REPO_NAME}.git
git rm -r --cached .
git add .