385355
results for ""a""
-
1. I write the code on my computer (ofc) 2. I commit that code to the repo and push it to GitHub 3. Cloudflare sees a new commit and creates an ephemeral workspace to run the CD script 4. Cloudflare installs dependencies in the workspace, runs the build command, and then runs the deploy command (which uploads the build bundle to the Worker as a new deployment) 5. Cloudflare reports success or failure to GitHub, and simultan
autumnlilybug
at
2025-12-22 05:18
-
ulhar4409[d]: A Cloudflare worker running my built astro bundle
autumnlilybug
at
2025-12-22 05:15
-
Think of the deployment as a read only process - it can write files to its workspace but there's no way to get them back to the upstream repo directly so that's no good on its own
autumnlilybug
at
2025-12-22 05:15
-
when you make a request to a page on your site, where does the html come from?
ulhar4409
at
2025-12-22 05:15
-
ulhar4409[d]: But the automation cannot make a git commit (if running on CF) and therefore cannot store the state in the repo
autumnlilybug
at
2025-12-22 05:14
-
I could build an API on my site that handles it, maybe with a backing DB or just a JSON file on R2 (S3 equivalent) but then for my deployment to succeed the existing site must be working which is a strange issue.
autumnlilybug
at
2025-12-22 05:13
-
hmmmm, you could theoretically stash the data as a json file on your site
ulhar4409
at
2025-12-22 05:13
-
All in all I don't think it's practical for me to automate it in my own system, not to say that automation wouldn't be beneficial, but the effort to make a functional system is too high compared to simplifying the process of manually sending webmentions (which is the point of GET-style webmention)
autumnlilybug
at
2025-12-22 05:12
-
Really the issue is state management. A GH action can store the state in the repo, but it can't guarantee that invalid webmentions are never sent. A hook into the deployment process on Cloudflare can guarantee that only valid webmentions are sent but must have an outside system to maintain state which it has to both read from and write to
autumnlilybug
at
2025-12-22 05:11
-
but you know your system better than i do so it might be a non-problem
ulhar4409
at
2025-12-22 05:09
Sort by:
Filter results by:
Tag
Query took 0.04s.
Search tips
- Exclusion
- +foo -bar
- Logical OR
- foo OR bar
- Exact phrase
- "foo bar"
- Partial words
- foo*
- Particular fields only
- title:foo
- domain:example.org
- nick:somebody
- after:2016-11-23
- before:2016-11-23
- date:2016-11-23