Skip to content

Commit

Permalink
Update deployment notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kate Gleeson committed Aug 28, 2024
1 parent a1eae10 commit 16b6a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ Tag the docker image:

- In the AWS Console go to [ECS Task Definitions](https://console.aws.amazon.com/ecs/v2/task-definitions) and click 'Create a new task definition'.
- Under 'Launch Type' check 'AWS Fargate'.
- Under 'Operating system/Architecture' select 'Linux/ARM64'
- Set desired CPU and Memory.
- Under 'Container', enter a container name and your ECR repository URI.
- Under 'Container', enter a container name and your ECR repository URI. Then click 'Docker configuration' and under 'Command' enter `bundle,exec,rails,server`.
- Click 'Create'

<a id='create-a-cluster'></a>
Expand Down

0 comments on commit 16b6a42

Please sign in to comment.