Merge for now
This commit is contained in:
parent
4da96a3b76
commit
e47bcf2774
1 changed files with 9 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue