From d1ef80d0ed8179352a06e87445a3cc5979bfdf7b Mon Sep 17 00:00:00 2001 From: devbini Date: Fri, 29 Aug 2025 19:19:15 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=81=B4=EB=9D=BC=EC=9A=B0=EB=93=9C=20?= =?UTF-8?q?=EC=9D=B8=ED=94=84=EB=9D=BC=20=EC=9D=B4=EC=A0=84=20=EC=9E=91?= =?UTF-8?q?=EC=97=85=20=EC=88=98=EC=A0=95=20(Azure=20Blob=20ID=20=EB=88=84?= =?UTF-8?q?=EB=9D=BD)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 3f38cb1..947e0ff 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -49,4 +49,5 @@ jobs: --account-name fedeploy \ --destination '$web' \ --source ./dist \ - --overwrite \ No newline at end of file + --auth-mode login \ + --overwrite