Skip to content

Commit

Permalink
Add public/export folder to capistrano linked dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Senen committed Jan 18, 2018
1 parent f63de8d commit 1b99d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def deploysecret(key)
set :use_sudo, false

set :linked_files, %w{config/database.yml config/secrets.yml config/sunspot.yml}
set :linked_dirs, %w{log tmp public/system public/assets}
set :linked_dirs, %w{log tmp public/system public/assets public/export}

set :keep_releases, 10

Expand All @@ -48,7 +48,7 @@ def deploysecret(key)
namespace :deploy do
# Check right version of deploy branch
# before :deploy, "deploy:check_revision"

# Run test aund continue only if passed
# before :deploy, "deploy:run_tests"

Expand Down

0 comments on commit 1b99d24

Please sign in to comment.