feat: certbot renew (#665)

This commit is contained in:
SteveLauC
2024-01-28 13:03:30 +08:00
committed by GitHub
parent 30c5b31e21
commit 2e70d132d0
3 changed files with 19 additions and 1 deletions

View File

@@ -400,6 +400,7 @@ fn run() -> Result<()> {
generic::run_ghcli_extensions_upgrade(&ctx)
})?;
runner.execute(Step::Bob, "Bob", || generic::run_bob(&ctx))?;
runner.execute(Step::Certbot, "Certbot", || generic::run_certbot(&ctx))?;
if config.use_predefined_git_repos() {
if config.should_run(Step::Emacs) {