Deployment Target
Publishing
The local portal source is canonical. The public website is a generated copy.
Source Of Truth
The canonical source lives at C:\PagePoint\engineering-portal\src. The published website at engineering.pagepoint.io is only the deployed copy.
Static Build
Until a build tool is required, publishing is a static copy from src to dist.
Remove-Item -Recurse -Force .\dist\*
Copy-Item -Recurse .\src\* .\dist\
Cloudflare Role
- Cloudflare hosts the finished portal.
- Cloudflare is not the source of truth.
- If Cloudflare is unavailable, the portal source remains intact locally.
- Exact Cloudflare project/account/publish command still needs to be documented once credentials/workflow are available.
Publish Checklist
- Update the relevant source pages.
- Review Current Sprint and Current Context for accuracy.
- Copy source to dist.
- Publish dist.
- Verify
engineering.pagepoint.ioloads the new version.