An open API service indexing awesome lists of open source software.

https://github.com/ibraabukaff/bitbucketdeployer

PHP Script to deploy specific branch from bitbucket to your git project on your server
https://github.com/ibraabukaff/bitbucketdeployer

Last synced: about 2 months ago
JSON representation

PHP Script to deploy specific branch from bitbucket to your git project on your server

Awesome Lists containing this project

README

        

# bitbucketDeployer
PHP Script to deploy specific branch from bitbucket to your server.

1) Authentication >
Add new ssh key to your project in bitbukcet

2) Download the script to your project.

3) Create a POST service in Bitbukcet from repository settings :
add new POST service > enter the URL (http(s)://www.example.php/deployScript.php)
(script could be under the root of your project)

4) Try your first commit!

5) Check the logs which are generated under the file deployScript.php.log

Enjoy deployment without using any paid service

for any question email me : [email protected]