Mehmet
New Pleskian
Hi,
I've 2 different projects on Bitbucket. Im trying to pull 2 different projects in a domain and subdomain for same domain.
I've added git successfully for subdomain.
When i try to add for domain i get error. subdomain is live thats why i don't want to change anything with related git connection. ssh folder is n root folder of domain. That causes the problem i guess. Is there a workaround ?
Error:
Deploying files to example.com
I've 2 different projects on Bitbucket. Im trying to pull 2 different projects in a domain and subdomain for same domain.
I've added git successfully for subdomain.
When i try to add for domain i get error. subdomain is live thats why i don't want to change anything with related git connection. ssh folder is n root folder of domain. That causes the problem i guess. Is there a workaround ?
Error:
Deploying files to example.com
- Cloning into bare repository '/var/www/vhosts/example.com/git/example.com.git'...
- Public key for the server at 'bitbucket.org' is already known in '/var/www/vhosts/example.com/.ssh/git_known_hosts'.
- Warning: Permanently added the RSA host key for IP address '2401:1d80:1010::151' to the list of known hosts.
- Permission denied (publickey).
- fatal: Could not read from remote repository.
- Please make sure you have the correct access rights
- and the repository exists.