master
Manager Bot 3 years ago
parent faa3e10f8a
commit 260f0d10f5
  1. 4
      Web/lib/MJB/Web/Task/CreateBlog.pm

@ -15,6 +15,10 @@ sub run ( $job, $blog_id ) {
});
my $blog_root = $dir->child('blog');
$job->system_command( [ qw( git init ) ], {
chdir => $blog_root->to_string,
});
$job->system_command( [ qw( git remote add origin ), $blog->repo->url ], {
chdir => $blog_root->to_string,

Loading…
Cancel
Save