We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1317fb5 commit 201127aCopy full SHA for 201127a
1 file changed
.github/workflows/preview-web-up.yaml
@@ -1,6 +1,6 @@
1
name: Preview website (k3s)
2
3
-# Throwaway website preview for a web-* branch on k3s staging, reachable at
+# Website preview for a web-* branch on k3s staging, reachable at
4
# web-<branch>.ohmstaging.org.
5
on:
6
workflow_dispatch:
@@ -231,10 +231,6 @@ jobs:
231
-f ./values.k3s.preview.yaml \
232
--wait --timeout=20m
233
234
- # The web image rewrites fingerprinted assets at startup (same URL, new
235
- # content), so Cloudflare can serve stale JS after a redeploy. Purge the
236
- # preview host's cache. Purge-by-host needs an Enterprise plan; on other
237
- # plans this is a no-op warning (use a "bypass cache" Cache Rule instead).
238
- name: Purge Cloudflare cache for the preview host
239
continue-on-error: true
240
env:
0 commit comments