We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff80388 commit 5aeb73eCopy full SHA for 5aeb73e
.github/workflows/ci.yml
@@ -37,12 +37,13 @@ jobs:
37
name: dist-${{ github.run_number }}
38
path: dist
39
- name: Azure CLI Login
40
- uses: azure/login@a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0
+ uses: azure/login@v2
41
with:
42
client-id: ${{ secrets.AZURE_CLIENT_ID }}
43
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
44
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
45
- name: Upload to blob storage
46
run: |
47
+ az account show
48
az storage blob upload-batch --account-name ${{ secrets.STORAGE_ACCOUNT_NAME }} -d '$web' -s dist
49
az cdn endpoint purge --content-paths "/*" --profile-name ${{ secrets.CDN_PROFILE_NAME }} --name ${{ secrets.CDN_ENDPOINT }} --resource-group ${{ secrets.CDN_RESOURCE_GROUP }}
0 commit comments