Skip to content

Commit 0f2c710

Browse files
committed
ELI-338: Fixing vale
1 parent bce4f57 commit 0f2c710

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

.github/DEPLOYMENT_README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitHub Workflows for eligibility-signposting-api-specification
22

3-
This directory contains GitHub Actions workflows that automate CI/CD processes for the eligibility-signposting-api-specification project. These workflows manage deployment, tagging, and notifications for different environments (dev, sandbox, Preprod, Prod) and integrate with external tools like proxygen and Postman.
3+
This directory contains GitHub Actions workflows that automate CI/CD processes for the eligibility-signposting-api-specification project. These workflows manage deployment, tagging, and notifications for different environments (dev, sandbox, preprod, prod) and integrate with external tools like proxygen and Postman.
44

55
## Workflows Overview
66

@@ -20,12 +20,12 @@ This directory contains GitHub Actions workflows that automate CI/CD processes f
2020

2121
- **Triggers:** Manually via GitHub UI (`workflow_dispatch`).
2222
- **Inputs:** Tag to promote (defaults to latest).
23-
- **Environment:** Preprod.
23+
- **Environment:** preprod.
2424
- **Steps:**
2525
- Checks out the specified tag.
2626
- Installs dependencies.
27-
- Generates and publishes the OpenAPI spec to proxygen for Preprod.
28-
- Deploys the spec to the Preprod proxygen instance.
27+
- Generates and publishes the OpenAPI spec to proxygen for preprod.
28+
- Deploys the spec to the preprod proxygen instance.
2929

3030
### 3. prod_publish_deploy.yaml
3131

@@ -41,7 +41,7 @@ This directory contains GitHub Actions workflows that automate CI/CD processes f
4141

4242
## How to Use
4343

44-
### dev & sandbox Deployment
44+
### dev & sandbox deployment
4545

4646
- Push changes to the `main` branch.
4747
- The workflow will automatically:
@@ -50,15 +50,15 @@ This directory contains GitHub Actions workflows that automate CI/CD processes f
5050
- Tag the deployment.
5151
- Notify Slack.
5252

53-
### Preprod Deployment
53+
### preprod deployment
5454

5555
- Go to the **Actions** tab in GitHub.
56-
- Select **Deploy to Preprod** workflow.
56+
- Select **Deploy to preprod** workflow.
5757
- Click **Run workflow**.
5858
- Enter the tag to promote (or use the default `latest`).
59-
- The workflow will deploy the specified tag to Preprod.
59+
- The workflow will deploy the specified tag to preprod.
6060

61-
### Prod Deployment
61+
### prod deployment
6262

6363
- Go to the **Actions** tab in GitHub.
6464
- Select **Deploy to Prod** workflow.

scripts/config/vale/styles/config/vocabularies/words/accept.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,5 @@ Terraform
2525
toolchain
2626
Trufflehog
2727
uat
28-
Dev
29-
Preprod
3028
proxygen
3129
APIM

0 commit comments

Comments
 (0)