Skip to content

Commit

Permalink
test access to storage blob
Browse files Browse the repository at this point in the history
  • Loading branch information
Jord-Gui committed Oct 4, 2023
1 parent 93dca3a commit 0a76cdc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/deploy-static-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 0a76cdc

Please sign in to comment.