You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
lock '3.10.2'
|
|
|
|
|
|
|
|
set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
|
|
|
|
set :branch, ENV.fetch('BRANCH', 'master')
|
|
|
|
|
|
|
|
set :application, 'mastodon'
|
|
|
|
set :rbenv_type, :user
|
|
|
|
set :rbenv_ruby, File.read('.ruby-version').strip
|
|
|
|
set :migration_role, :app
|
|
|
|
|
|
|
|
append :linked_files, '.env.production', 'public/robots.txt'
|
|
|
|
append :linked_dirs, 'vendor/bundle', 'node_modules', 'public/system'
|