File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 43
43
tenant-id : ${{ secrets.AZURE_TENANT_ID }}
44
44
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
45
45
- name : Upload to blob storage
46
- uses : azure/CLI@v2
47
- with :
48
- azcliversion : latest
49
- inlineScript : |
50
- az storage blob upload-batch --account-name ${{ secrets.STORAGE_ACCOUNT_NAME }} -d '$web' -s .
51
- az cdn endpoint purge --content-paths "/*" --profile-name ${{ secrets.CDN_PROFILE_NAME }} --name ${{ secrets.CDN_ENDPOINT }} --resource-group ${{ secrets.CDN_RESOURCE_GROUP }}
46
+ run : |
47
+ az storage blob upload-batch --account-name ${{ secrets.STORAGE_ACCOUNT_NAME }} -d '$web' -s .
48
+ az cdn endpoint purge --content-paths "/*" --profile-name ${{ secrets.CDN_PROFILE_NAME }} --name ${{ secrets.CDN_ENDPOINT }} --resource-group ${{ secrets.CDN_RESOURCE_GROUP }}
You can’t perform that action at this time.
0 commit comments