From 1599928d8e97292befe29aac0258e9547ba9b073 Mon Sep 17 00:00:00 2001 From: Grant Birkinbine Date: Tue, 12 Dec 2023 22:24:09 -0700 Subject: [PATCH] Update src/index.ts --- src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index cdd0b05..c725209 100755 --- a/src/index.ts +++ b/src/index.ts @@ -272,7 +272,8 @@ async function wranglerCommands() { if ( command.startsWith("deploy") || command.startsWith("publish") || - command.startsWith("pages publish") + command.startsWith("pages publish") || + command.startsWith("pages deploy") ) { // If this is a workers or pages deployment, try to extract the deployment URL let deploymentUrl = "";