Skip to content
Closed
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
3 changes: 3 additions & 0 deletions .github/workflows/github_cd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Continuous Deployment Workflow

on:
workflow_dispatch:
push:
branches: [ nlh/test_cd ]
release:
types: [published]

Expand Down
2 changes: 1 addition & 1 deletion ecs-infrastructure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Resources:
LaunchTemplateName: chatbot-ecs-lt
LaunchTemplateData:
ImageId: ami-0e6b9772c95871b64
InstanceType: t3a.large
InstanceType: t3a.medium
IamInstanceProfile:
Arn: !GetAtt EC2InstanceProfile.Arn
SecurityGroupIds:
Expand Down
Loading