Merge for now

This commit is contained in:
Manav Rathi 2024-03-08 12:05:12 +05:30
parent 4da96a3b76
commit e47bcf2774

View file

@ -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.