diff --git a/web/docs/deploy-new.md b/web/docs/deploy-new.md index 603f8ffa08..7b77d3975d 100644 --- a/web/docs/deploy-new.md +++ b/web/docs/deploy-new.md @@ -72,4 +72,12 @@ Finally, we add a custom domain to point to it from ## GitHub deployments In our workflow we use the `deployments: write` permission and pass the -resulting `GITHUB_TOKEN` to the Cloudflare Pages Action ([docs](https://github.com/cloudflare/pages-action)). +resulting `GITHUB_TOKEN` to the Cloudflare Pages Action +([docs](https://github.com/cloudflare/pages-action)). + +This will create "GitHub Deployments" for each deploy. We can see them on the +[Deployments](https://github.com/ente-io/ente/deployments) dashboard; they also +appear on the main repository in the right sidebar. + +TODO(MR): This document is not complete - all these steps have not been +integrated yet, this outlines the general plan.