Skip to content

Commit

Permalink
feat(infrastructure): provision ECS infra
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Feb 21, 2024
1 parent 44ebf80 commit 405482a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/destroy-dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Destroy dev infrastructure

on:
workflow_dispatch:

push:
branches:
- feat/convert-staging-to-ecs
env:
TERRAFORM_ROOT: ./terraform/live
TF_VAR_docker_image_tag: ${{ github.sha }}
Expand Down

0 comments on commit 405482a

Please sign in to comment.