diff --git a/.github/workflows/client_gateway.yml b/.github/workflows/client_gateway.yml index 630d4bd19..5ffc88290 100644 --- a/.github/workflows/client_gateway.yml +++ b/.github/workflows/client_gateway.yml @@ -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" diff --git a/.github/workflows/gateway_commons.yml b/.github/workflows/gateway_commons.yml index 14af36e1e..5737206e0 100644 --- a/.github/workflows/gateway_commons.yml +++ b/.github/workflows/gateway_commons.yml @@ -23,7 +23,7 @@ jobs: }, { "identifier": "gateway-commons", - "branch": "fix_memory_usage_for_tasks", + "branch": "master", "image_tag": "latest" } ] diff --git a/.github/workflows/media_proxy.yml b/.github/workflows/media_proxy.yml index 7dfa228c2..539a7b065 100644 --- a/.github/workflows/media_proxy.yml +++ b/.github/workflows/media_proxy.yml @@ -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" diff --git a/.github/workflows/public_gateway.yml b/.github/workflows/public_gateway.yml index 3385c01fe..a2d63b727 100644 --- a/.github/workflows/public_gateway.yml +++ b/.github/workflows/public_gateway.yml @@ -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" diff --git a/.github/workflows/switch.yml b/.github/workflows/switch.yml index 446c7592a..bc286b5f8 100644 --- a/.github/workflows/switch.yml +++ b/.github/workflows/switch.yml @@ -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"