Skip to content

Merge pull request #121 from CodeWithGroup/feature/new-design #73

Merge pull request #121 from CodeWithGroup/feature/new-design

Merge pull request #121 from CodeWithGroup/feature/new-design #73

name: Clear Cloudflare Cache
on:
push:
branches: [ master ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
# Put steps here to build your site, deploy it to a service, etc.
- name: Purge cache
uses: jakejarvis/cloudflare-purge-action@master
env:
# Zone is required by both authentication methods
CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}