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
374 B

  1. lock '3.7.2'
  2. set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
  3. set :branch, ENV.fetch('BRANCH', 'master')
  4. set :application, 'mastodon'
  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'