Skip to content

Commit

Permalink
remove cdn purge from deployments (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
alismx authored Aug 4, 2023
1 parent e5fb80e commit cc88157
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deployAzureDemo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Deploy static landing page
run: npm run deploy-azure-demo
- name: Purge CDN
run: az cdn endpoint purge --resource-group prime-simple-report-demo --profile-name simple-report-demo --name simple-report-demo --content-paths "/*" --no-wait
2 changes: 0 additions & 2 deletions .github/workflows/deployProd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Deploy static landing page
run: npm run deploy-azure-prod
- name: Purge CDN
run: az cdn endpoint purge --resource-group prime-simple-report-prod --profile-name simple-report-prod --name simple-report-prod --content-paths "/*" --no-wait
2 changes: 0 additions & 2 deletions .github/workflows/deployStg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Deploy static landing page
run: npm run deploy-azure-stg
- name: Purge CDN
run: az cdn endpoint purge --resource-group prime-simple-report-stg --profile-name simple-report-stg --name simple-report-stg --content-paths "/*" --no-wait
2 changes: 0 additions & 2 deletions .github/workflows/deployTraining.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Deploy static landing page
run: npm run deploy-azure-training
- name: Purge CDN
run: az cdn endpoint purge --resource-group prime-simple-report-training --profile-name simple-report-training --name simple-report-training --content-paths "/*" --no-wait

0 comments on commit cc88157

Please sign in to comment.