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 }