Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
6 lines (5 sloc) 245 Bytes
set :user, "danbooru"
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 :deploy_to, "/var/www/danbooru2"
You can’t perform that action at this time.