]>
cat aescling's git repositories - mastodon.git/blob - config/deploy.rb
1 # frozen_string_literal: true
5 set
:repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
6 set
:branch, ENV.fetch('BRANCH', 'master')
8 set
:application, 'mastodon'
10 set
:rbenv_ruby, File
.read('.ruby-version').strip
11 set
:migration_role, :app
13 append
:linked_files, '.env.production', 'public/robots.txt'
14 append
:linked_dirs, 'vendor/bundle', 'node_modules', 'public/system'
This page took 0.072149 seconds and 4 git commands to generate.