Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ecs_terraform.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Terraform CICD - AWS ECS Instance"

# Automation for AWS ECS Instance using Terraform is PAUSED. Use manual deployment for now.
# Automation for AWS ECS Instance using Terraform is PAUSED. Use/Create manual deployment for now.
on:
# pull_request:
# branches: [main]
Expand All @@ -14,7 +14,7 @@ on:
# - 'infra/ecs/**'
# - 'infra/envs/**'
# - '.github/workflows/ecs_terraform.yaml'
workflow_dispatch: {} # Enable manual trigger for the workflow
workflow_dispatch: {} # Enable manual trigger for the workflow, but still need to configure the trigger in the GitHub UI. Manual deployment hasn't been implemented yet.

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eks_terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
defaults:
run:
shell: bash
working-directory: infra/ecs
working-directory: infra/eks
environment: dev

steps:
Expand Down