Skip to content

Commit 6b9c5a1

Browse files
committed
replaced link for ghi #97749
1 parent f020dfb commit 6b9c5a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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: 03/29/2022
8+
ms.date: 09/19/2022
99
ms.custom: template-how-to
1010
---
1111

@@ -15,9 +15,9 @@ You can configure your site to deploy every change made to branches that aren't
1515

1616
## Configuration
1717

18-
To enable stable URL environments, make the following changes to your [configuration file](configuration.md).
18+
To enable stable URL environments, make the following changes to your [configuration .yml file](build-configuration.md?tabs=github-actions).
1919

20-
- Set the `production_branch` input to your production branch name on the `static-web-apps-deploy` job in GitHub action or on the AzureStaticWebApp task. This ensures changes to your production branch are deployed to the production environment, while changes to other branches are deployed to a preview environment.
20+
- Set the `production_branch` input to your production branch name on the `static-web-apps-deploy` job in GitHub action or on the AzureStaticWebApp task. This action ensures changes to your production branch are deployed to the production environment, while changes to other branches are deployed to a 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.
2222
- Set this array to `**` for GitHub Actions or `*` for Azure Pipelines if you want to track all branches.
2323

@@ -83,7 +83,7 @@ steps:
8383

8484
In this example, the preview environments are defined for the `dev` and `staging` branches. Each branch is deployed to a separate preview environment.
8585

86-
## Next Steps
86+
## Next steps
8787

8888
> [!div class="nextstepaction"]
8989
> [Create named preview environments](./named-environments.md)

0 commit comments

Comments
 (0)