Skip to content

Commit

Permalink
add tmp/pids as a shared child
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Mar 5, 2013
1 parent 14ae838 commit 93969dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Expand Up @@ -25,7 +25,7 @@
set :branch, "master"

set :deploy_to, "/opt/fcrepo4-demo-hydra-app"
set :shared_children, %w( db log config/database.yml config/fedora.yml config/solr.yml config/redis.yml config/initializers/secret_token.rb )
set :shared_children, %w( db log config/database.yml config/fedora.yml config/solr.yml config/redis.yml config/initializers/secret_token.rb tmp/pids )
# if you want to clean up old releases on each deploy uncomment this:
after "deploy:restart", "deploy:cleanup"

Expand Down

0 comments on commit 93969dc

Please sign in to comment.