Skip to content

Commit 0fc1c63

Browse files
NRL-1595 Add notes in readmes where pipelines exist to perform the same deployments
1 parent 03d65a0 commit 0fc1c63

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

terraform/account-wide-infrastructure/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ make publish-ci-image
9191
9292
## Deploy account wide resources
9393
94+
> Run the [Deploy Account-wide infrastructure](https://github.com/NHSDigital/NRLF/actions/workflows/deploy-account-wide-infra.yml) github workflow to deploy account wide infrastructure. Select your branch/tag and `account-dev`, `account-test`, or `account-prod` to deploy infra to the corresponding account.
95+
> Else follow the steps below to deploy manually.
96+
9497
To deploy the account wide resources, first login to the AWS mgmt account on the CLI.
9598
9699
Then, initialise your terraform workspace with:

terraform/infrastructure/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ If infrastructure changes require account wide AWS resources. Please deploy the
4242

4343
## Deploy infrastructure
4444

45+
> Run the [Persistent Environment Deploy](https://github.com/NHSDigital/NRLF/actions/workflows/persistent-environment.yml) github workflow to deploy infrastructure changes to your chosen environment. Else follow the steps below to deploy manually.
46+
4547
To deploy the infrastructure, you need to build the NRLF artifacts and then deploy them with Terraform.
4648

4749
The steps are as follows:

0 commit comments

Comments
 (0)