# <%= data[:stage_name].upcase %> CONFIGURATION # Servers and their roles. server '<%= data[:server_url] %>', user: 'deploy', roles: %w{web app db}, my_property: :my_value # Web server configuration set :nginx_domains, '<%= data[:domains] %>' # Source set :branch, '<%= data[:branch] %>' # Optional, defaults to master # Rails configuration # set :rails_env, 'production'