From 0187fa9f1fb3596d7096cbf03c8881e893872ac6 Mon Sep 17 00:00:00 2001 From: luke-h1 Date: Wed, 21 Feb 2024 17:47:57 +0000 Subject: [PATCH] feat(infrastructure): provision ECS infra --- .github/workflows/destroy-dev-infra.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/destroy-dev-infra.yml b/.github/workflows/destroy-dev-infra.yml index 7574dfce9..99aa71f76 100644 --- a/.github/workflows/destroy-dev-infra.yml +++ b/.github/workflows/destroy-dev-infra.yml @@ -2,9 +2,9 @@ name: Destroy dev infrastructure on: workflow_dispatch: - # push: - # branches: - # - feat/convert-staging-to-ecs + push: + branches: + - feat/convert-staging-to-ecs env: TERRAFORM_ROOT: ./terraform/staging DOCKER_ENV: production