diff options
author | trwnh <a@trwnh.com> | 2022-11-09 21:02:05 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-10 04:02:05 +0100 |
commit | b280a255c4ee7117fa2b141a200b76975a727a7f (patch) | |
tree | 17af0b4541f46618d05f0d02f236f87c1b047f86 /config | |
parent | 45ce858fd92e2af75989369088631087c9cd6033 (diff) |
Change `master` branch to `main` branch (#20290)
Diffstat (limited to 'config')
-rw-r--r-- | config/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 2bdb11595..b69a83067 100644 --- a/config/deploy.rb +++ b/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 |