Skip to content

Commit b04d0a9

Browse files
committed
Add status text for direct deploy of single post
1 parent 6cbb2b1 commit b04d0a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/AdminBar.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ public static function afterAdminBarRender(): void {
7777
crawl: "Crawling Site",
7878
post_process: "Post-Processing",
7979
deploy: "Deploying",
80-
direct_deploy: "Deploying (Direct)"
80+
direct_deploy: "Deploying (Direct)",
81+
direct_deploy_post: "Deploying (Single Post)",
8182
};
8283
var static_deploy_idle = false;
8384

0 commit comments

Comments
 (0)