From c3f901a5fa17bd901f8f8a864a2c3ac492531ebb Mon Sep 17 00:00:00 2001 From: David Wilkie Date: Tue, 10 Sep 2024 20:13:10 +0700 Subject: [PATCH] WIP --- .github/workflows/public_gateway.yml | 2 +- infrastructure/modules/container_instances/ec2.tf | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 infrastructure/modules/container_instances/ec2.tf diff --git a/.github/workflows/public_gateway.yml b/.github/workflows/public_gateway.yml index 2f634564d..554a5ddb5 100644 --- a/.github/workflows/public_gateway.yml +++ b/.github/workflows/public_gateway.yml @@ -28,7 +28,7 @@ jobs: [ { "identifier": "public-gateway-staging", - "branch": "develop", + "branch": "modularize_infrastructure", "image_tag": "staging", "ecs_service": "public-gateway-staging", "ecs_cluster": "somleng-switch-staging", diff --git a/infrastructure/modules/container_instances/ec2.tf b/infrastructure/modules/container_instances/ec2.tf deleted file mode 100644 index e69de29bb..000000000