Skip to content

Bash script for deploying directly from bitbucket to your server

Notifications You must be signed in to change notification settings

slash851/bitbucket-deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

bitbucket-deployer

Bash script for deploying directly from bitbucket to your server

Main functionalities:

  • deploying directly from bitbucket without having git installed on targeted server
  • possibility to deploy different branch just by specifying branch name
  • auto creating backup functionality

USAGE

  1. Copy bitbacket-deployer.sh to the destination you want to deploy
  2. run script like that
sh bitbacket-deployer.sh master MyDeployFolder  https://bitbucket.org/path/toProject user.name@mail.com password

where:

@param1 branch of the player on bitbucket 
@param2 folder to extract the player 
@param3 bitbucket project URL
@param4 userID on bitbucket
@param5 user Password on bitbucket

About

Bash script for deploying directly from bitbucket to your server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages