Skip to content

Commit

Permalink
Add account subscription to failing command
Browse files Browse the repository at this point in the history
Update CLI version (Azure/cli/issues/56)
  • Loading branch information
tonypags committed Mar 16, 2023
1 parent 633f8fe commit 87e0958
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
- name: Azure CLI script
uses: azure/CLI@v1
with:
azcliversion: 2.0.72
azcliversion: 2.31.0
inlineScript: |
az storage blob upload-batch --account-name radiopags -d '$web' -s .
az storage blob upload-batch --account-name radiopags -d \$web -s . --subscription ${{ secrets.AZURE_ACCOUNT_WEBSITE_SUB }}
- name: Azure CLI script
uses: azure/CLI@v1
with:
azcliversion: 2.0.72
azcliversion: 2.31.0
inlineScript: |
az cdn endpoint purge --content-paths "/*" --profile-name "radiopags-cdn-profile" --name "radiopags" --resource-group "RadioPags"
Expand Down

0 comments on commit 87e0958

Please sign in to comment.