fix: git remote
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2023-09-19 02:05:42 +05:30
parent 2084d592c3
commit 92384490dc
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 1 additions and 1 deletions

View File

@ -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
}