Skip to content

Commit

Permalink
using env variable for production server
Browse files Browse the repository at this point in the history
  • Loading branch information
cromulus committed Feb 5, 2016
1 parent e0b7406 commit 4c5fd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set :branch, fetch(:branch, 'master')
set :rvm_ruby_string, '2.2.4@production' # use the same ruby as used locally for deployment

server 'patterns.smartchicagoapps.org', :app, :web, :db, primary: true
server ENV['PRODUCTION_SERVER'], :app, :web, :db, primary: true

0 comments on commit 4c5fd2f

Please sign in to comment.