diff --git a/config/deploy.rb b/config/deploy.rb index cc75c91..0c34856 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -6,7 +6,7 @@ lock '3.4.0' set :application, 'libr' -set :repo_url, 'git@github.com:Librcn/Libr.git' +set :repo_url, 'git@bitbucket.org:libr/libr.git' set :user, 'deployer' set :puma_threads, [4, 16] set :puma_workers, 0