Add Exports to linked dirs
This commit is contained in:
parent
db540183bc
commit
99bcfdacd4
|
@ -24,7 +24,7 @@ set :deploy_to, "/usr/home/justask/apps/retrospring"
|
||||||
append :linked_files, "config/database.yml", "config/justask.yml", "config/secrets.yml"
|
append :linked_files, "config/database.yml", "config/justask.yml", "config/secrets.yml"
|
||||||
|
|
||||||
# Default value for linked_dirs is []
|
# 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 {}
|
# Default value for default_env is {}
|
||||||
# set :default_env, { path: "/opt/ruby/bin:$PATH" }
|
# set :default_env, { path: "/opt/ruby/bin:$PATH" }
|
||||||
|
|
Loading…
Reference in New Issue