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_name str, optional
-
name of the git remote, by default “deploy”
- local_name str, optional
-
name of the local branch to push, by default “master”
- commit_message str, optional
-
message for the commit, by default “deployed”