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

main^2
trwnh 1 year ago committed by GitHub
parent 45ce858fd9
commit b280a255c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save