Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Oct 8, 2024
1 parent fd85db7 commit 0dcbbad
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,25 @@ jobs:
creds: ${{ secrets.AZURE_STATIC_SITES }}
```

### Purge the Front Door cache for a specific AFD instance and content path
```yaml
name: Purge Star
on:
push:
tags:
- production-release
jobs:
purge_cached_star:
name: Purge cached file
uses: zooniverse/ci-cd/.github/workflows/purge_cache.yaml@main
with:
fdname: 'frontend-preview-zooniverse-org'
path: '/assets/star.jpg'
secrets:
creds: ${{ secrets.AZURE_STATIC_SITES }}
```

### Send a Slack notification
```yaml
slack_notification:
Expand Down

0 comments on commit 0dcbbad

Please sign in to comment.