Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron committed Sep 8, 2024
1 parent ad1582e commit fe427c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .aws/task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"containerDefinitions": [
{
"name": "ironoc",
"image": "public.ecr.aws/y3a1j7s4/ironoc:latest",
"image": "public.ecr.aws/y3a1j7s4/conorheffron/ironoc:latest",
"cpu": 0,
"portMappings": [
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
AWS_REGION: eu-north-1
ECR_REPOSITORY: ironoc
ECR_REPOSITORY: conorheffron/ironoc
ECS_SERVICE: IronocService
ECS_CLUSTER: IronocPortfolioCluster
ECS_TASK_DEFINITION: .aws/task-definition.json
Expand Down

0 comments on commit fe427c3

Please sign in to comment.