Cloudflare purge
This commit is contained in:
parent
97d3f07540
commit
3a8197b510
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -38,12 +38,6 @@ jobs:
|
|||||||
- name: Delete dist gitignore
|
- name: Delete dist gitignore
|
||||||
run: sudo rm -f ./public/dist/.gitignore
|
run: sudo rm -f ./public/dist/.gitignore
|
||||||
|
|
||||||
# - name: Publish site as artifact
|
|
||||||
# uses: actions/upload-artifact@v2
|
|
||||||
# with:
|
|
||||||
# name: website-static-bundle
|
|
||||||
# path: ./public
|
|
||||||
|
|
||||||
- name: Upload site as artifact
|
- name: Upload site as artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
25
.github/workflows/deploy.yml
vendored
25
.github/workflows/deploy.yml
vendored
@ -22,18 +22,13 @@ jobs:
|
|||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v1
|
uses: actions/deploy-pages@v1
|
||||||
|
|
||||||
# - name: Download bundle artifact
|
purge_cache:
|
||||||
# uses: actions/download-artifact@v2
|
runs_on: ubuntu-latest
|
||||||
# with:
|
needs: build
|
||||||
# name: website-static-bundle
|
environment:
|
||||||
# path: ./public
|
name: cloudflare-api
|
||||||
|
- name: Purge Cloudflare Cache
|
||||||
# - name: Deploy to GitHub Pages
|
uses: jakejarvis/cloudflare-purge-action@master
|
||||||
# if: success()
|
env:
|
||||||
# uses: crazy-max/ghaction-github-pages@v2
|
CLOUDFLARE_ZONE: "ewpratten.com"
|
||||||
# with:
|
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
|
||||||
# target_branch: gh-pages
|
|
||||||
# build_dir: public
|
|
||||||
# fqdn: ewpratten.com
|
|
||||||
# env:
|
|
||||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user