Update INSTALL.debian, for Debian 9(stretch)

This commit is contained in:
nothink
2019-08-05 23:29:12 +09:00
parent b9bb5467b8
commit 72ceb484ce
5 changed files with 22 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ set :default_stage, "staging"
set :application, "danbooru"
set :repo_url, "git://github.com/r888888888/danbooru.git"
set :scm, :git
set :deploy_to, "/var/www/danbooru"
set :deploy_to, "/var/www/danbooru2"
set :rbenv_ruby, "2.5.1"
set :linked_dirs, fetch(:linked_dirs, []).push('log', 'tmp/pids', 'tmp/cache', 'tmp/sockets', 'vendor/bundle')
set :branch, ENV.fetch("branch", "master")
set :branch, ENV.fetch("branch", "master")