This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-04-16 03:52:18 -07:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
lock '3.8.0'
|
|
|
|
|
2017-04-15 19:01:27 -07:00
|
|
|
set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
|
|
|
|
set :branch, ENV.fetch('BRANCH', 'master')
|
2017-01-30 11:03:17 -08:00
|
|
|
|
|
|
|
set :application, 'mastodon'
|
|
|
|
set :rbenv_type, :user
|
|
|
|
set :rbenv_ruby, File.read('.ruby-version').strip
|
|
|
|
set :migration_role, :app
|
|
|
|
|
2017-04-19 05:28:23 -07:00
|
|
|
append :linked_files, '.env.production', 'public/robots.txt'
|
2017-01-30 11:03:17 -08:00
|
|
|
append :linked_dirs, 'vendor/bundle', 'node_modules', 'public/system'
|