Skip to content

Commit

Permalink
Clarify inactive status made to same environment name (github#2430)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt authored and Dmarch28 committed Mar 7, 2021
1 parent a4860f2 commit d9955ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/rest/reference/repos.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Note that the `repo_deployment` [OAuth scope](/developers/apps/scopes-for-oauth-

### Inactive deployments

When you set the state of a deployment to `success`, then all prior non-transient, non-production environment deployments in the same repository will become `inactive`. To avoid this, you can set `auto_inactive` to `false` when creating the deployment status.
When you set the state of a deployment to `success`, then all prior non-transient, non-production environment deployments in the same repository to the same environment name will become `inactive`. To avoid this, you can set `auto_inactive` to `false` when creating the deployment status.

You can communicate that a transient environment no longer exists by setting its `state` to `inactive`. Setting the `state` to `inactive` shows the deployment as `destroyed` in {% data variables.product.prodname_dotcom %} and removes access to it.

Expand Down

0 comments on commit d9955ab

Please sign in to comment.