Update default branch name
Change the default branch for deployments from `master` to `production`.
This commit is contained in:
parent
4f4470e4a0
commit
b6f3d6ef91
|
@ -3,7 +3,7 @@ ansistrano_allow_anonymous_stats: false
|
|||
ansistrano_deploy_via: git
|
||||
ansistrano_deploy_to: '{{ project_root_path }}'
|
||||
ansistrano_git_repo: git@github.com:opdavies/oliverdavies-uk.git
|
||||
ansistrano_git_branch: master
|
||||
ansistrano_git_branch: production
|
||||
ansistrano_keep_releases: 5
|
||||
ansistrano_shared_paths:
|
||||
- '{{ project_web_dir }}/sites/default/files'
|
||||
|
|
Loading…
Reference in a new issue