You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
334 B
11 lines
334 B
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'
|
|
|