syntax fix
This commit is contained in:
parent
3a8197b510
commit
a0e7345056
11
.github/workflows/deploy.yml
vendored
11
.github/workflows/deploy.yml
vendored
@ -27,8 +27,9 @@ jobs:
|
||||
needs: build
|
||||
environment:
|
||||
name: cloudflare-api
|
||||
- name: Purge Cloudflare Cache
|
||||
uses: jakejarvis/cloudflare-purge-action@master
|
||||
env:
|
||||
CLOUDFLARE_ZONE: "ewpratten.com"
|
||||
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
|
||||
steps:
|
||||
- name: Purge Cloudflare Cache
|
||||
uses: jakejarvis/cloudflare-purge-action@master
|
||||
env:
|
||||
CLOUDFLARE_ZONE: "ewpratten.com"
|
||||
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user