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

  1. lock '3.7.2'
  2. set :application, 'mastodon'
  3. set :repo_url, 'https://github.com/tootsuite/mastodon.git'
  4. set :branch, 'master'
  5. set :rbenv_type, :user
  6. set :rbenv_ruby, File.read('.ruby-version').strip
  7. set :migration_role, :app
  8. append :linked_files, '.env.production'
  9. append :linked_dirs, 'vendor/bundle', 'node_modules', 'public/system'