浏览代码

Change `master` branch to `main` branch (#20290)

trwnh 1 年之前
父节点
当前提交
b280a255c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/deploy.rb

+ 1 - 1
config/deploy.rb

@@ -3,7 +3,7 @@
 lock '3.17.1'
 
 set :repo_url, ENV.fetch('REPO', 'https://github.com/mastodon/mastodon.git')
-set :branch, ENV.fetch('BRANCH', 'master')
+set :branch, ENV.fetch('BRANCH', 'main')
 
 set :application, 'mastodon'
 set :rbenv_type, :user