Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Apr 15, 2024
1 parent b906d37 commit 51e9b99
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 @@ -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"
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 @@ -18,7 +18,7 @@ jobs:
[
{
"identifier": "gateway-commons-staging",
"branch": "use_internal_endpoints",
"branch": "develop",
"image_tag": "staging"
},
{
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 @@ -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"
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 @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 51e9b99

Please sign in to comment.