This commit is contained in:
parent
2084d592c3
commit
92384490dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue