v0.5.59: item counter evidence for fears, catch up Web features to site version.
Ship OpenDota counter-stats reordering for feared items, finalize SITE_VERSION/docs for rankings/streamers/trends/matches/mechanics and draft archetypes, and ignore regenerable Web data caches. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
"""Deploy the relations preview static site to Cloudflare Pages.
|
||||
"""Deploy the Climperor web site static bundle to Cloudflare Pages.
|
||||
|
||||
Bundles export + integrity check + wrangler direct upload + custom domain
|
||||
binding into one local command. Designed to run with credentials injected
|
||||
@@ -336,7 +336,7 @@ def bind_domain(
|
||||
|
||||
|
||||
def main() -> None:
|
||||
ap = argparse.ArgumentParser(description="Deploy relations site to Cloudflare Pages")
|
||||
ap = argparse.ArgumentParser(description="Deploy Climperor web site to Cloudflare Pages")
|
||||
ap.add_argument("--no-export", action="store_true", help="skip re-export, deploy existing dist")
|
||||
ap.add_argument("--project-name", default=DEFAULT_PROJECT)
|
||||
ap.add_argument("--domain", default=DEFAULT_DOMAIN)
|
||||
|
||||
Reference in New Issue
Block a user