@ -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 ], {