From df7ae65db0dbe0cbafe76ed14cd863a2d2f47096 Mon Sep 17 00:00:00 2001 From: Jord Date: Wed, 4 Oct 2023 14:39:12 +1100 Subject: [PATCH] change authmode back to key --- .github/workflows/deploy-static-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-static-site.yml b/.github/workflows/deploy-static-site.yml index 55e0fbb..9bbd14e 100644 --- a/.github/workflows/deploy-static-site.yml +++ b/.github/workflows/deploy-static-site.yml @@ -40,4 +40,4 @@ jobs: - name: Upload assets to Azure run: | - az storage blob upload-batch --overwrite true --account-name sswdory --auth-mode login -d '$web' -s . \ No newline at end of file + az storage blob upload-batch --overwrite true --account-name sswdory --auth-mode key -d '$web' -s . \ No newline at end of file