New things.

master
Manager Bot 3 years ago
parent 9eab466b9c
commit 77d235b923
  1. 5
      Web/lib/MJB/Web/Plugin/Jekyll/Blog.pm

@ -137,6 +137,11 @@ sub init {
die "Error: Unable to initialize and set repo.";
}
# Commit the changes
$self->system_command( [ qw( git commit -m ), "Created new blog!" ], {
chdir => $self->repo_path,
});
# Push the repo to the store
$self->system_command( [ qw( git push origin master ) ], {
chdir => $self->repo_path,

Loading…
Cancel
Save