You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/DEPLOYMENT_README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# GitHub Workflows for eligibility-signposting-api-specification
2
2
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.
4
4
5
5
## Workflows Overview
6
6
@@ -20,12 +20,12 @@ This directory contains GitHub Actions workflows that automate CI/CD processes f
20
20
21
21
-**Triggers:** Manually via GitHub UI (`workflow_dispatch`).
22
22
-**Inputs:** Tag to promote (defaults to latest).
23
-
-**Environment:**Preprod.
23
+
-**Environment:**preprod.
24
24
-**Steps:**
25
25
- Checks out the specified tag.
26
26
- 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.
29
29
30
30
### 3. prod_publish_deploy.yaml
31
31
@@ -41,7 +41,7 @@ This directory contains GitHub Actions workflows that automate CI/CD processes f
41
41
42
42
## How to Use
43
43
44
-
### dev & sandbox Deployment
44
+
### dev & sandbox deployment
45
45
46
46
- Push changes to the `main` branch.
47
47
- The workflow will automatically:
@@ -50,15 +50,15 @@ This directory contains GitHub Actions workflows that automate CI/CD processes f
50
50
- Tag the deployment.
51
51
- Notify Slack.
52
52
53
-
### Preprod Deployment
53
+
### preprod deployment
54
54
55
55
- Go to the **Actions** tab in GitHub.
56
-
- Select **Deploy to Preprod** workflow.
56
+
- Select **Deploy to preprod** workflow.
57
57
- Click **Run workflow**.
58
58
- 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.
0 commit comments