From 25c0c8884cfc9ce655932cee17e207b69720eddf Mon Sep 17 00:00:00 2001 From: r888888888 Date: Thu, 4 Oct 2018 01:12:25 -0700 Subject: [PATCH] move production2 configs to production --- config/deploy.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/deploy.rb b/config/deploy.rb index 48c07feb4..51a6a1679 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,9 +1,9 @@ -set :stages, %w(production production2 development staging) +set :stages, %w(production development staging) set :default_stage, "staging" set :application, "danbooru" set :repo_url, "git://github.com/r888888888/danbooru.git" set :scm, :git -set :deploy_to, "/var/www/danbooru2" -set :rbenv_ruby, "2.5.0" +set :deploy_to, "/var/www/danbooru" +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") \ No newline at end of file