From 79553a4b2efad9188badbed9bc48436edb96eb27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Oct 2022 15:57:07 +0000 Subject: [PATCH] Commit changes made by code formatters --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5dc44e3..5440498 100644 --- a/README.md +++ b/README.md @@ -51,13 +51,12 @@ Images](https://github.com/ministryofjustice/staff-device-docker-base-images) Gi ## Usage --- -**Note for local development** - - In order to develop locally, ensure you have run the publish_terraform_outputs.sh in the IMA Platform repo. This will save all of your terraform outputs to parameter store (which this repo relies on). - --- +**Note for local development** +In order to develop locally, ensure you have run the publish_terraform_outputs.sh in the IMA Platform repo. This will save all of your terraform outputs to parameter store (which this repo relies on). +--- ### Running the code for development @@ -70,11 +69,13 @@ make serve To manually push an image to your AWS ECR repository: 1. Push an image to ECR + ``` aws-vault exec moj-pttp-shared-services -- make publish ``` 2. Deploy image to ECS + ``` aws-vault exec moj-pttp-dev -- make deploy ```