parent
417952fae4
commit
c0cabae21a
1 changed files with 0 additions and 15 deletions
@ -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…
Reference in new issue