Answer the question
In order to leave comments, you need to log in
How to link a repository on bitbucket with timeweb?
I welcome everyone!
There is a project that is located at the TimeWeb host. For the purpose of version control, I would like to link this project to a repository on bitbucket. I didn’t find any practical instructions on the Internet, can someone tell me how to link the repository and the project?
Answer the question
In order to leave comments, you need to log in
You have a server. You have a repository on bitbucket. So?
Working with bitbucket and deploying to TimeWeb via Bitbucket Pipelines
What's the catch?
if we are talking about deployment, then:
1. activation of the pipeline , creation of bitbucket-pipelines.yml
2. configuring rsync , deploy to the server, example
rsync --exclude=.git -avz -e "ssh -o StrictHostKeyChecking=no" . [email protected]:site.dir
3. adding the public key from bitbacket to /.ssh/authorized_keys on the timeweb server
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question