testing my own cloudflare invalidation action :)

This commit is contained in:
2019-08-21 23:22:54 -04:00
committed by GitHub
parent 039fbf4443
commit a76c7b776c
+15
View File
@@ -0,0 +1,15 @@
name: Build & Deploy
on: push
jobs:
deploy:
steps:
# Put steps here to build your site, deploy it to a service, etc.
- name: Purge cache
uses: jakejarvis/cloudflare-purge-action@master
env:
- CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
- CLOUDFLARE_EMAIL: ${{ secrets.CLOUDFLARE_EMAIL }}
- CLOUDFLARE_KEY: ${{ secrets.CLOUDFLARE_KEY }}