The danbooru repo was moved to https://github.com/danbooru.
This commit is contained in:
evazion
2019-12-02 17:33:40 -06:00
parent 008e97a787
commit 5d1a1cc87e
4 changed files with 6 additions and 6 deletions

View File

@@ -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")