Skip to content
Snippets Groups Projects
Commit 6a1ac9b3 authored by Alex Dunn's avatar Alex Dunn Committed by Eugen
Browse files

capistrano: allow overriding repo_url and branch (#1889)

parent 3834e1e6
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment