about summary refs log tree commit diff
path: root/config/deploy.rb
blob: 9bcf907be1ab375357aca558816d7976265e8f08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
lock '3.7.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'
append :linked_dirs, 'vendor/bundle', 'node_modules', 'public/system'