capistrano: allow overriding repo_url and branch (#1889)

th-downstream
Alex Dunn 8 years ago committed by Eugen
parent d4d5135559
commit 625fd572b6

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

Loading…
Cancel
Save