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 1cdafa7 commit 5218991Copy full SHA for 5218991
.github/workflows/ci.yml
@@ -47,4 +47,5 @@ jobs:
47
with:
48
inlineScript: |
49
az account show
50
- az storage blob sync --auth-mode login --delete-destination true --account-name ${{ secrets.STORAGE_ACCOUNT_NAME }} -c '$web' -s dist
+ az storage blob upload-batch --account-name ${{ secrets.STORAGE_ACCOUNT_NAME }} --auth-mode login -d '$web' -s dist
51
+ az cdn endpoint purge --content-paths "/*" --profile-name ${{ secrets.CDN_PROFILE_NAME }} --name ${{ secrets.CDN_ENDPOINT }} --resource-group ${{ secrets.RESOURCE_GROUP }}
0 commit comments