N
N
naneri2014-06-16 13:42:09
git
naneri, 2014-06-16 13:42:09

Is it possible to push changes from bitbucket to the server via FTP?

Is it possible to connect the repository from Bitbucket to a folder on the server via FTP , so that when pushing to the Master branch, it immediately sends it all to the server?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Eugene Burmakin, 2014-06-16
@Freika

Read up on Capistrano and use it or a similar method to upload releases to the server.

M
Matvey Kukuy, 2014-06-16
@Matvey-Kuk

You need a separate machine that:
1) Checks git for new commits on the desired branch.
2) Upload changes via ftp.
As a tool for this, I advise Jenkins.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question