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
- Host: GitHub
- URL: https://github.com/ibraabukaff/bitbucketdeployer
- Owner: ibraAbuKaff
- Created: 2016-06-25T18:16:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T18:10:34.000Z (over 7 years ago)
- Last Synced: 2025-03-27T21:12:16.522Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 bitbukcet2) 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]