We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0373e60 commit 88d15deCopy full SHA for 88d15de
1 file changed
.circleci/config.yml
@@ -44,6 +44,14 @@ jobs:
44
"https://pokeapi.co/"
45
]
46
}'
47
+ curl https://api.cloudflare.com/client/v4/zones/1b447807502a801bdff3f71052fab25b/purge_cache \
48
+ -H 'Content-Type: application/json' \
49
+ -H "Authorization: Bearer $CF_POKEAPI_CIRCLECI_CACHE_PURGE_NARAMSIM" \
50
+ -d '{
51
+ "tags": [
52
+ "website"
53
+ ]
54
+ }'
55
56
workflows:
57
version: 2
0 commit comments