2017-04-16 06:52:18 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2019-01-18 15:31:11 -05:00
|
|
|
lock '3.11.0'
|
2017-04-16 06:52:18 -04:00
|
|
|
|
2017-04-15 22:01:27 -04:00
|
|
|
set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
|
|
|
|
set :branch, ENV.fetch('BRANCH', 'master')
|
2017-01-30 14:03:17 -05:00
|
|
|
|
|
|
|
set :application, 'mastodon'
|
|
|
|
set :rbenv_type, :user
|
|
|
|
set :rbenv_ruby, File.read('.ruby-version').strip
|
|
|
|
set :migration_role, :app
|
|
|
|
|
2017-04-19 08:28:23 -04:00
|
|
|
append :linked_files, '.env.production', 'public/robots.txt'
|
2017-01-30 14:03:17 -05:00
|
|
|
append :linked_dirs, 'vendor/bundle', 'node_modules', 'public/system'
|