add additional install scripts, fix staging deploy

This commit is contained in:
Albert Yi
2018-10-16 09:47:58 -07:00
parent 3fbe1629e0
commit 66ce07e993
3 changed files with 113 additions and 1 deletions

View File

@@ -3,4 +3,5 @@ set :rails_env, "staging"
server "testbooru.donmai.us", :roles => %w(web app db), :primary => true, :user => "danbooru"
set :linked_files, fetch(:linked_files, []).push(".env.staging")
set :rbenv_path, "/home/danbooru/.rbenv"
set :rbenv_path, "/home/danbooru/.rbenv"
set :deploy_to, "/var/www/danbooru2"