Answer the question
In order to leave comments, you need to log in
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
Read up on Capistrano and use it or a similar method to upload releases to the server.
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 questionAsk a Question
731 491 924 answers to any question