Skip to content

Commit

Permalink
Adds tmp/imports as a symlinked directory. (#2214)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwatson78 authored Oct 4, 2023
1 parent c7f89c4 commit f04531d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
SSHKit.config.command_map[:rake] = 'bundle exec rake'
set :branch, ENV['REVISION'] || ENV['BRANCH'] || ENV['BRANCH_NAME'] || 'master'

append :linked_dirs, "log", "public/assets", "tmp/pids", "tmp/cache", "tmp/sockets", "config/emory/groups", "tmp/csv_uploads", "tmp/csv_uploads_cache"
append :linked_dirs, "log", "public/assets", "tmp/pids", "tmp/cache", "tmp/sockets",
"tmp/imports", "config/emory/groups", "tmp/csv_uploads", "tmp/csv_uploads_cache"
append :linked_files, ".env.production", "config/secrets.yml", "config/reading_room_ips.yml"

set :default_env,
Expand Down

0 comments on commit f04531d

Please sign in to comment.