From e47bcf27745628692ad121fd792f0bf1b32f36fc Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Fri, 8 Mar 2024 12:05:12 +0530 Subject: [PATCH] Merge for now --- web/docs/deploy-new.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.