mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 18:29:52 +01:00
Add Exports to linked dirs
This commit is contained in:
parent
db540183bc
commit
99bcfdacd4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ set :deploy_to, "/usr/home/justask/apps/retrospring"
|
|||
append :linked_files, "config/database.yml", "config/justask.yml", "config/secrets.yml"
|
||||
|
||||
# Default value for linked_dirs is []
|
||||
append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "public/uploads", "public/system"
|
||||
append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "public/uploads", "public/system", "public/exports"
|
||||
|
||||
# Default value for default_env is {}
|
||||
# set :default_env, { path: "/opt/ruby/bin:$PATH" }
|
||||
|
|
Loading…
Reference in a new issue