Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1724 from MeasureAuthoringTool/deploy-fix
Browse files Browse the repository at this point in the history
set config to use local bonnie.yml during deploy
  • Loading branch information
adongare authored Jan 11, 2021
2 parents e837e3d + 49d4f16 commit aae24a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
set :keep_releases, 3

# Hostname and secret token get specified in config files local to the server
set :linked_files, (fetch(:linked_files) || []).concat(%w{config/server.yml config/newrelic.yml config/secrets.yml config/email.yml})
set :linked_files, (fetch(:linked_files) || []).concat(%w{config/server.yml config/newrelic.yml config/secrets.yml config/email.yml config/bonnie.yml})

# Repository gets cloned to /apps/dev/tacoma/ruby/repository/bonnie, bonnie gets deployed to /apps/dev/tacoma/ruby/bonnie
set :deploy_to, File.join(File.dirname(File.dirname(Dir.pwd)), 'bonnie')
Expand Down

0 comments on commit aae24a3

Please sign in to comment.