We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, Gem sitemap_generator has integration with capistrano. However, I want to integrate sitemap generator with mina deployment method.
This is my code and it works good. Can this be integrated to this gem in the future?
namespace :sitemap do desc 'Generate sitemap' task refresh: :environment do queue %[ echo "-----> Sitemap refresh" #{echo_cmd %[#{rake} sitemap:refresh]} ] end end
The text was updated successfully, but these errors were encountered:
@imgarylai make a gem or PR!
Sorry, something went wrong.
Better make a mina gem as not all of use use sitemap generator.
No branches or pull requests
Hello,
Gem sitemap_generator has integration with capistrano. However, I want to integrate sitemap generator with mina deployment method.
This is my code and it works good. Can this be integrated to this gem in the future?
The text was updated successfully, but these errors were encountered: