codebots.bots.deploybot.DeployBot.deploy_to_server#

Method

DeployBot.deploy_to_server(remote_name='deploy', local_name='master', commit_message='deployed')[source]#

Deploy the changes to the server.

Parameters:
remote_namestr, optional

name of the git remote, by default “deploy”

local_namestr, optional

name of the local branch to push, by default “master”

commit_messagestr, optional

message for the commit, by default “deployed”