From 2200c6cea490ea889d40bc3879a6115ee6e916d7 Mon Sep 17 00:00:00 2001 From: Favee Date: Tue, 13 May 2025 03:26:10 +0100 Subject: [PATCH] chore: test the pipelines to see if they work --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5cf71e9da..688d638f2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -173,7 +173,7 @@ --task-definition "$TASK_DEF_ARN" \ --desired-count 2 \ --launch-type FARGATE \ - --network-configuration "awsvpcConfiguration={subnets=[subnet-abc123,subnet-def456],securityGroups=[sg-123abc],assignPublicIp=ENABLED}" \ + --network-configuration "awsvpcConfiguration={subnets=[subnet-05f3d113572a6b3d8,subnet-09203dd3f04969b1d],securityGroups=[sg-0cb1ae80cbca8af6a],assignPublicIp=DISABLED}" \ --deployment-controller type=ECS echo "Service created; skipping immediate deployment"