Skip to content

Commit

Permalink
Merge pull request #24 from ministryofjustice/add-moj-compliant-badge
Browse files Browse the repository at this point in the history
Add MOJ Compliant Badge
  • Loading branch information
ASTRobinson authored Oct 5, 2022
2 parents 03d80b4 + 79553a4 commit 716693f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![repo standards badge](https://img.shields.io/badge/dynamic/json?color=blue&style=flat&logo=github&labelColor=32393F&label=MoJ%20Compliant&query=%24.result&url=https%3A%2F%2Foperations-engineering-reports.cloud-platform.service.justice.gov.uk%2Fapi%2Fv1%2Fcompliant_public_repositories%2Fstaff-infrastructure-monitoring-blackbox-exporter)](https://operations-engineering-reports.cloud-platform.service.justice.gov.uk/public-github-repositories.html#staff-infrastructure-monitoring-blackbox-exporter "Link to report")

# Infrastructure Monitoring and Alerting Platform - Blackbox Exporter

## Table of contents
Expand Down Expand Up @@ -49,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

Expand All @@ -68,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
```
Expand Down

0 comments on commit 716693f

Please sign in to comment.