From 0a76cdc020366f9f8d8fff641bfc1c1fb64e1e7d Mon Sep 17 00:00:00 2001 From: Jord Date: Wed, 4 Oct 2023 11:10:38 +1100 Subject: [PATCH] test access to storage blob --- .github/workflows/cicd.yml | 10 +++++----- .github/workflows/deploy-static-site.yml | 6 ++++++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 58c693d..c42371d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -15,11 +15,11 @@ jobs: # environment: dev # secrets: inherit - deploy-prod: - uses: ./.github/workflows/deploy.yml - with: - environment: prod - secrets: inherit + # deploy-prod: + # uses: ./.github/workflows/deploy.yml + # with: + # environment: prod + # secrets: inherit build-site-prod: uses: ./.github/workflows/build-static-site.yml diff --git a/.github/workflows/deploy-static-site.yml b/.github/workflows/deploy-static-site.yml index a8932bf..05d2bd6 100644 --- a/.github/workflows/deploy-static-site.yml +++ b/.github/workflows/deploy-static-site.yml @@ -40,3 +40,9 @@ jobs: - name: Print working directory run: ls + + - name: List blob storage + uses: azure/CLI@v1 + with: + inlineScript: | + az storage blob list --account-name sswdory --auth-mode key -c '$web'