From 92384490dce88e7fd23346dc1a0d61a268c9132f Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Tue, 19 Sep 2023 02:05:42 +0530 Subject: [PATCH] fix: git remote --- scripts/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci.sh b/scripts/ci.sh index 0693451..bf28cee 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -58,7 +58,7 @@ set_ssh_remote() { repository_owner=$(echo $http_remote_url | cut -d '/' -f 4) repository_name=$(echo $http_remote_url | cut -d '/' -f 5) ssh_remote="git@$remote_hostname:$repository_owner/$repository_name" - ssh_remote="git@git.batsense.net:LibrePages/website.git" + ssh_remote="git@git.batsense.net:realaravinth/forgejo-notifications-core.git" git remote add $SSH_REMOTE_NAME $ssh_remote }