Skip to content

Commit c5712e8

Browse files
committed
update README
1 parent 5092e92 commit c5712e8

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

sandbox/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,5 @@ Instructions for creation and deployment of the sandbox specification can be fou
6565
6666
To deploy the sandbox Docker image to AWS ECR, we use Proxygen CLI as follows:
6767
68-
1. Follow the instructions in the [specification README](/specification/README.md) to set up Proxygen authentication.
69-
2. Run `proxygen docker get-login` and copy the command provided in the response.
70-
3. Run the command to authenticate with our ECR repository.
71-
4. Build the sandbox container - `make build` in this directory.
72-
5. Tag the image created using `docker image tag <image id> 958002497996.dkr.ecr.eu-west-2.amazonaws.com/eligibility-signposting-api:latest`. You
73-
can see what the image id is by running `docker images` to find what was just built.
74-
6. Push the docker image to our ECR repository using `docker push 958002497996.dkr.ecr.eu-west-2.amazonaws.com/eligibility-signposting-api:latest`
68+
1. Run `make build-and-publish-sandbox-image` to build the sandbox image and publish to the docker ECR repo.
69+
2. Run `make deploy-sandbox-spec` to build and publish the sandbox spec to the sandbox instance on APIM.

0 commit comments

Comments
 (0)