Skip to content

Commit 5834b2f

Browse files
Update named-environments.md
1 parent 0d56714 commit 5834b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/static-web-apps/named-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: craigshoemaker
55
ms.author: cshoe
66
ms.service: static-web-apps
77
ms.topic: conceptual
8-
ms.date: 04/27/2022
8+
ms.date: 07/24/2023
99
ms.custom: template-how-to
1010
---
1111

@@ -15,7 +15,7 @@ You can configure your site to deploy every change to a named environment. This
1515

1616
## Configuration
1717

18-
To enable stable URL environments with named deployment environment, make the following changes to your [configuration file](configuration.md).
18+
To enable stable URL environments with named deployment environment, make the following changes to your build configuration file.
1919

2020
- Set the `deployment_environment` input to a specific name on the `static-web-apps-deploy` job in GitHub action or on the AzureStaticWebApp task. This ensures all changes to your tracked branches are deployed to the named preview environment.
2121
- List the branches you want to deploy to preview environments in the trigger array in your workflow configuration so that changes to those branches also trigger the GitHub Actions or Azure Pipelines deployment.

0 commit comments

Comments
 (0)