mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 17:48:30 -04:00
testing my own cloudflare invalidation action :)
This commit is contained in:
parent
039fbf4443
commit
a76c7b776c
15
.github/workflows/deploy.yml
vendored
Normal file
15
.github/workflows/deploy.yml
vendored
Normal 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 }}
|
Loading…
x
Reference in New Issue
Block a user