radar/twist-v2

View on GitHub
backend/config/deploy/production.rb

Summary

Maintainability
A
0 mins
Test Coverage
server "198.199.109.202", roles: %w{app db web}

set :ssh_options, {
 forward_agent: true,
}

set :linked_files, [".env.production"]

set :assets_roles, []