Skip to content

Commit

Permalink
Merge pull request #921 from plone/acsr-patch-Github-Repo-Type-hints+…
Browse files Browse the repository at this point in the history
…pointer-to-README

Update deploy.md add hints on restrictions on availability of Environ…
  • Loading branch information
stevepiercy authored Jan 30, 2025
2 parents d51e070 + 92e7a8b commit 135fd30
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/plone-deployment/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,21 @@ Monitor the logs of each service with these commands:

#### Creating a New Environment

```{important}
If you can't see the {guilabel}`Environment` option on the left in the {guilabel}`Settings` of your GitHub repository, you may have a private repository in a free account.
You must either have a public repository or a [GitHub Team plan](https://github.com/pricing#compare-features) for a private repository.
If you use a free additional organization under control of a paid GitHub account, the {guilabel}`Environment` will also not be visible.
```

1. Log in to [GitHub](https://github.com/).
2. Navigate to the project repository.
3. Click `Settings`.
4. Select `Environments`, then `New environment`.
5. Name it after your public URL and configure the environment.
5. Name it after the public URL of the deployment server and configure the environment.

```{seealso}
In the generated project's file {file}`devops/README-GHA.md`, you can find the exact values to use for your project when completing the {guilabel}`New environment` form.
```

#### Adding Environment Secrets

Expand Down

0 comments on commit 135fd30

Please sign in to comment.