Skip to content

Commit

Permalink
Fix NewRelic and Capistrano configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
reyesyang committed Dec 26, 2013
1 parent fbd9dff commit 61fbfc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.example.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# set :log_level, :debug
# set :pty, true

set :linked_files, %w{config/database.yml config/app_config.yml config/unicorn.rb config/nginx.conf}
set :linked_files, %w{config/database.yml config/app_config.yml config/unicorn.rb config/nginx.conf config/newrelic.yml}
set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system}

# set :default_env, { path: "/opt/ruby/bin:$PATH" }
Expand Down
1 change: 1 addition & 0 deletions config/deploy/production.example.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set :rails_env, :production
set :stage, :production

# Simple Role Syntax
Expand Down

0 comments on commit 61fbfc6

Please sign in to comment.