Skip to content

Commit

Permalink
Merge pull request #34 from DFE-Digital/fix-purge
Browse files Browse the repository at this point in the history
Fix purge command
  • Loading branch information
pritchyspritch authored Sep 23, 2024
2 parents 4d446ec + 550a322 commit a994130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ jobs:
uses: azure/CLI@v2
with:
inlineScript: |
az cdn endpoint purge --content-paths "/*" "/.well-known/*" --profile-name ${{ needs.build.outputs.cdn_profile }} --name ${{ needs.build.outputs.cdn_profile }} --resource-group ${{ needs.build.outputs.resource_group }}
az cdn endpoint purge --content-paths "/*" --profile-name ${{ needs.build.outputs.cdn_profile }} --endpoint-name ${{ needs.build.outputs.cdn_endpoint }} --resource-group ${{ needs.build.outputs.resource_group }}

0 comments on commit a994130

Please sign in to comment.