Skip to content

Commit

Permalink
Remove blogs
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Sep 15, 2023
1 parent a3e1f95 commit 3ba9196
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions infrastructure/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ Resources:
Links:
- canopas-website-frontend
- canopas-website-backend
- canopas-blog

- Name: "canopas-website-frontend"
Memory: 512
Expand Down Expand Up @@ -190,17 +189,6 @@ Resources:
HostPort: 8080
Protocol: tcp

- Name: "canopas-blog"
Memory: 512
Cpu: 512
Essential: true
Image:
Fn::Sub: ${AWS::AccountId}.dkr.ecr.${AWS::Region}.amazonaws.com/canopas-blog:latest
PortMappings:
- ContainerPort: 3000
HostPort: 3000
Protocol: tcp

ECSService:
Type: AWS::ECS::Service
Properties:
Expand Down

0 comments on commit 3ba9196

Please sign in to comment.