Change github repo url to https://github.com/danbooru/danbooru.
The danbooru repo was moved to https://github.com/danbooru.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
set :stages, %w(production development staging)
|
||||
set :default_stage, "staging"
|
||||
set :application, "danbooru"
|
||||
set :repo_url, "git://github.com/r888888888/danbooru.git"
|
||||
set :repo_url, "git://github.com/danbooru/danbooru.git"
|
||||
set :deploy_to, "/var/www/danbooru2"
|
||||
append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "vendor/bundle"
|
||||
set :branch, ENV.fetch("branch", "master")
|
||||
|
||||
Reference in New Issue
Block a user