about summary refs log tree commit diff
path: root/config/deploy.rb
blob: cbfb8ec9c82b264a39bf5da393157b23a777fdc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
lock '3.7.2'

set :application, 'mastodon'
set :repo_url, 'https://github.com/tootsuite/mastodon.git'
set :branch, 'master'
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'