Not used -- add it when adding the feature for real.

master
Manager Bot 3 years ago
parent 417952fae4
commit c0cabae21a
  1. 15
      Web/lib/MJB/Web/Task/PurgeBlog.pm

@ -1,15 +0,0 @@
package MJB::Web::Task::PurgeBlog;
use Mojo::Base 'Minion::Job', -signatures;
use Mojo::File qw( curfile );
use File::Copy::Recursive qw( dircopy );
use IPC::Run3;
sub run ( $job, $blog_id ) {
my $blog = $job->app->db->blog( $blog_id );
# Remove the blog from gitea storage
# Delete the blog from the web servers
}
1;
Loading…
Cancel
Save