feat(deploy): migrate prd to Cloudflare Pages#128
Merged
Conversation
Replace FTP-Deploy-Action targeting All-Inkl with wrangler-based Direct Upload to Cloudflare Pages, matching the dfx-landing-page pattern in use since 2026-05-26. - Pages project: dfx-docs-prd (production_branch=main) - All-Inkl FTP secrets (PRD_HOST/USER/PASSWORD) can be removed once the cutover is validated. Paired with the Terraform change in DFXServer/server that creates the Pages project and switches the DNS record.
da2111f to
f4e6f99
Compare
TaprootFreak
added a commit
that referenced
this pull request
May 26, 2026
Replace FTP-Deploy-Action targeting All-Inkl with wrangler-based Direct Upload to Cloudflare Pages, matching the prd.yaml change from #128/#69/#34/ #16/#39/#45/#8. Pages project: dfx-docs-dev (production_branch=develop). Paired with a Terraform change in DFXServer/server that creates the project and switches the dev.* DNS record.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace FTP-Deploy-Action targeting All-Inkl with wrangler-based Direct Upload to Cloudflare Pages.
Pattern: same as DFXswiss/landing-page#120 (merged 2026-05-26 after All-Inkl shared-hosting outage on 85.13.138.57).
Paired with a Terraform change in DFXServer/server that creates the matching Pages project and switches the DNS record from
A 85.13.138.57to a CNAME on the corresponding*.pages.devhost. Order of operations:main→ wrangler deploys content to the Pages project.All-Inkl FTP secrets (
PRD_HOST/PRD_USER/PRD_PASSWORD) stay for now and can be removed once the cutover is validated.DEV deploy (
dev.yaml) unchanged — stays on FTP for now.