Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Aug 23, 2023
1 parent 458da15 commit 02ec015
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client_gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
},
{
"identifier": "client-gateway",
"branch": "fix_memory_usage_for_tasks",
"branch": "master",
"image_tag": "latest",
"ecs_service": "client-gateway",
"ecs_cluster": "somleng-switch"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gateway_commons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
},
{
"identifier": "gateway-commons",
"branch": "fix_memory_usage_for_tasks",
"branch": "master",
"image_tag": "latest"
}
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/media_proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
},
{
"identifier": "media-proxy",
"branch": "fix_memory_usage_for_tasks",
"branch": "master",
"image_tag": "latest",
"ecs_service": "media-proxy",
"ecs_cluster": "somleng-switch"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/public_gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
},
{
"identifier": "public-gateway",
"branch": "fix_memory_usage_for_tasks",
"branch": "master",
"image_tag": "latest",
"ecs_service": "public-gateway",
"ecs_cluster": "somleng-switch"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
},
{
"identifier": "switch",
"branch": "fix_memory_usage_for_tasks",
"branch": "master",
"image_tag": "latest",
"ecs_service": "switch",
"ecs_cluster": "somleng-switch"
Expand Down

0 comments on commit 02ec015

Please sign in to comment.