diff --git a/.github/workflows/client_gateway.yml b/.github/workflows/client_gateway.yml index 8f59c9b30..ffdbf53a7 100644 --- a/.github/workflows/client_gateway.yml +++ b/.github/workflows/client_gateway.yml @@ -26,7 +26,7 @@ jobs: [ { "identifier": "client-gateway-staging", - "branch": "use_internal_endpoints", + "branch": "develop", "image_tag": "staging", "ecs_service": "client-gateway-staging", "ecs_cluster": "somleng-switch-staging" diff --git a/.github/workflows/gateway_commons.yml b/.github/workflows/gateway_commons.yml index d161ac11c..0f2b9e6c0 100644 --- a/.github/workflows/gateway_commons.yml +++ b/.github/workflows/gateway_commons.yml @@ -18,7 +18,7 @@ jobs: [ { "identifier": "gateway-commons-staging", - "branch": "use_internal_endpoints", + "branch": "develop", "image_tag": "staging" }, { diff --git a/.github/workflows/media_proxy.yml b/.github/workflows/media_proxy.yml index 26a8c3e9e..89ceaa356 100644 --- a/.github/workflows/media_proxy.yml +++ b/.github/workflows/media_proxy.yml @@ -23,7 +23,7 @@ jobs: [ { "identifier": "media-proxy-staging", - "branch": "use_internal_endpoints", + "branch": "develop", "image_tag": "staging", "ecs_service": "media-proxy-staging", "ecs_cluster": "somleng-switch-staging" diff --git a/.github/workflows/public_gateway.yml b/.github/workflows/public_gateway.yml index 7cc88111f..6bab7a214 100644 --- a/.github/workflows/public_gateway.yml +++ b/.github/workflows/public_gateway.yml @@ -29,7 +29,7 @@ jobs: [ { "identifier": "public-gateway-staging", - "branch": "use_internal_endpoints", + "branch": "develop", "image_tag": "staging", "ecs_service": "public-gateway-staging", "ecs_cluster": "somleng-switch-staging" diff --git a/.github/workflows/switch.yml b/.github/workflows/switch.yml index b1c7e750e..a58c8dcd4 100644 --- a/.github/workflows/switch.yml +++ b/.github/workflows/switch.yml @@ -57,7 +57,7 @@ jobs: [ { "identifier": "switch-staging", - "branch": "use_internal_endpoints", + "branch": "develop", "image_tag": "staging", "ecs_service": "switch-staging", "ecs_cluster": "somleng-switch-staging"