12 lines
349 B
Ruby
12 lines
349 B
Ruby
lock '3.8.0'
|
|
|
|
set :application, 'mastodon'
|
|
set :repo_url, 'https://github.com/tootsuite/mastodon.git'
|
|
set :branch, 'skylight'
|
|
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', 'tmp/cache'
|