1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Fix deployment category index page versions (#26088)

This commit is contained in:
Lucas Costi
2022-03-11 09:22:24 +10:00
committed by GitHub
parent 2cb4d60a00
commit bbe65a24fd
4 changed files with 8 additions and 4 deletions

View File

@@ -4,7 +4,8 @@ shortTitle: About deployments
intro: 'Learn how deployments can run with {% data variables.product.prodname_actions %} workflows.'
versions:
fpt: '*'
ghae: issue-4856
ghes: '*'
ghae: '*'
ghec: '*'
children:
- /about-continuous-deployment

View File

@@ -4,7 +4,8 @@ shortTitle: Deploying Xcode applications
intro: 'You can sign Xcode apps within your continuous integration (CI) workflow by installing an Apple code signing certificate on {% data variables.product.prodname_actions %} runners.'
versions:
fpt: '*'
ghae: issue-4856
ghes: '*'
ghae: '*'
ghec: '*'
children:
- /installing-an-apple-certificate-on-macos-runners-for-xcode-development

View File

@@ -4,7 +4,8 @@ shortTitle: Managing your deployments
intro: You can review the past activity of your deployments.
versions:
fpt: '*'
ghae: issue-4856
ghes: '*'
ghae: '*'
ghec: '*'
children:
- /viewing-deployment-history

View File

@@ -4,7 +4,8 @@ shortTitle: Targeting different environments
intro: You can configure environments with protection rules and secrets. A workflow job that references an environment must follow any protection rules for the environment before running or accessing the environment's secrets.
versions:
fpt: '*'
ghae: issue-4856
ghes: '*'
ghae: '*'
ghec: '*'
children:
- /using-environments-for-deployment