Skip to content

Commit

Permalink
Run deploy:sitemap:create task after deploy:published
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jul 7, 2016
1 parent ba63c6b commit 9cae5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# set :keep_releases, 5

before 'deploy:publishing', 'squash:write_revision'
before 'deploy:publishing', 'deploy:sitemap:create'
after 'deploy:published', 'deploy:sitemap:create'

namespace :deploy do
after :restart, :clear_cache do
Expand Down

0 comments on commit 9cae5c7

Please sign in to comment.