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 b48465e commit ca5afd3Copy full SHA for ca5afd3
.github/workflows/ci.yml
@@ -49,6 +49,4 @@ jobs:
49
uses: azure/cli@v2
50
with:
51
inlineScript: |
52
- az account show
53
az storage blob sync --account-name ${{ secrets.STORAGE_ACCOUNT_NAME }} --auth-mode login -c '$web' -s dist --delete-destination true
54
- 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