We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae54de8 commit 574bfa7Copy full SHA for 574bfa7
.github/workflows/deploy-to-do.yaml
@@ -57,11 +57,3 @@ jobs:
57
git add clusters/home/manifestsio/deployment.yaml
58
git commit -m "Update manifestsio image to ${{ github.sha }}" || exit 0
59
git push
60
-
61
- - name: Purge Cloudflare cache
62
- run: |
63
- curl -X POST "https://api.cloudflare.com/client/v4/zones/${{ secrets.CLOUDFLARE_ZONE_ID }}/purge_cache" \
64
- -H "Authorization: Bearer ${{ secrets.CLOUDFLARE_API_TOKEN }}" \
65
- -H "Content-Type: application/json" \
66
- --data '{"purge_everything":true}' \
67
- --fail-with-body
0 commit comments