about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/deploy.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index cbfb8ec9c..9bcf907be 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -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