We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sitemap.rb file should be in the config/
In Capfile
require 'capistrano/sitemap_generator'
In Gemfile
gem 'sitemap_generator' # require should be true, and it should be in production
then run
cap production sitemap:create