Hello,
I'm facing some issues. We're using siteground as a hosting provider and they have an option to create a git repository. The problem is that they provide a 'git clone ssh:' path to clone, that I cannot use on the import option of bitbucket.
So, my workaround was this (that not sure if is correct)
1. clone the created repo locally
2. Create repo on bitbucket
3. Copy all files into the bitbucket master (except .git folder)
The problem Im facing is that the repo looses the connection to the live site (due that im using bitbucket repo instead of the created in siteground) so, I can't pull to live site.
Ive tried to create a pipeline connecting through ftp, but it tales more than 120m so it gives error and doesnt deploy.
I'm doing anything wrong here, or how can I connect the master repo to pull into live site?
We have a staging enviroment using plesk, that is working. On plesk we have a git extension where we can copy the 'clone' path of bitbucket and select the branch. The problem is that siteground/sitetools doesn't have that option/extension
Thank you!