diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index c42371d..ca99769 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -21,14 +21,14 @@ jobs: # environment: prod # secrets: inherit - build-site-prod: - uses: ./.github/workflows/build-static-site.yml - secrets: inherit + # build-site-prod: + # uses: ./.github/workflows/build-static-site.yml + # secrets: inherit deploy-site-prod: uses: ./.github/workflows/deploy-static-site.yml with: environment: prod secrets: inherit - needs: build-site-prod + # needs: build-site-prod \ No newline at end of file diff --git a/.github/workflows/deploy-static-site.yml b/.github/workflows/deploy-static-site.yml index 05d2bd6..ab6f8b2 100644 --- a/.github/workflows/deploy-static-site.yml +++ b/.github/workflows/deploy-static-site.yml @@ -33,16 +33,18 @@ jobs: tenant-id: ${{ env.TENANT_ID }} subscription-id: ${{ env.SUBSCRIPTION_ID }} - - name: Download all workflow run artifacts - uses: actions/download-artifact@v3 - with: - name: out + # - name: Download all workflow run artifacts + # uses: actions/download-artifact@v3 + # with: + # name: out - 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' + # - name: List blob storage + # uses: azure/CLI@v1 + # with: + # inlineScript: | + # az storage blob list --account-name sswdory --auth-mode key -c '$web' + - run: | + az --version