about summary refs log tree commit diff
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-07-13 23:55:09 +0200
committerGitHub <noreply@github.com>2021-07-13 23:55:09 +0200
commite42ed4502f9e4a599ecf7a860b7de80090ba46ad (patch)
tree224cbc337acea85bd7a358fb4985f0362432cf38 /config/deploy.rb
parent82bc8e764798b74f475763136117592526d905fa (diff)
parentfc500a606225b56c3da7eaebf2bfb94e9cc97d2f (diff)
Merge pull request #1567 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index f844cc871..f642e6e59 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -2,7 +2,7 @@
 
 lock '3.16.0'
 
-set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
+set :repo_url, ENV.fetch('REPO', 'https://github.com/mastodon/mastodon.git')
 set :branch, ENV.fetch('BRANCH', 'master')
 
 set :application, 'mastodon'