Skip to content

Commit 25adc09

Browse files
author
opentofu[bot]
committed
chore(CI): add github workflow
1 parent 76edd6b commit 25adc09

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
uses: azure/cli@v2
4747
with:
4848
inlineScript: |
49+
az account show
4950
az storage blob upload-batch --account-name ${{ secrets.STORAGE_ACCOUNT_NAME }} -d '$web' -s dist
50-
- name: Purge CDN
51-
uses: azure/cli@v2
52-
with:
53-
inlineScript: |
5451
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

Comments
 (0)