E
E
Evgeny Orlov2019-02-03 22:15:32
git
Evgeny Orlov, 2019-02-03 22:15:32

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

2 answer(s)
A
al_gon, 2019-02-03
@al_gon

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?

D
dmitriy, 2019-02-04
@dmitriylanets

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 question

Ask a Question

731 491 924 answers to any question