Skip to content

Commit 574bfa7

Browse files
feat: notify
1 parent ae54de8 commit 574bfa7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/deploy-to-do.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,3 @@ jobs:
5757
git add clusters/home/manifestsio/deployment.yaml
5858
git commit -m "Update manifestsio image to ${{ github.sha }}" || exit 0
5959
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

Comments
 (0)