fix: rename master branch to main (#521)

This commit is contained in:
Baptiste Grob
2021-02-11 16:33:15 +01:00
committed by GitHub
parent a3067b7f32
commit 38707cc977
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ set :application, 'standard-notes'
set :repo_url, CAP_CONFIG["default"]["repo_url"]
# Default branch is :master
# ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp
set :branch, `git rev-parse --abbrev-ref main`.chomp
# Default deploy_to directory is /var/www/my_app_name
# set :deploy_to, '/var/www/my_app_name'