Skip to content

Commit 67214b9

Browse files
committed
Update README.md
1 parent 5045376 commit 67214b9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Fargate App with SSL Certificate
1+
# CI/CD Pipeline for ECS Application
22

33

4-
Repository from [exanubes.com](https://exanubes.com) for [Deploying ECS Fargate Application](https://exanubes.com/blog/adding-ssl-certificate-to-fargate-app).
4+
Repository from [exanubes.com](https://exanubes.com) for [CI/CD pipeline for ECS application](https://exanubes.com/blog/ci-cd-pipeline-for-ecs-application).
55

66

77
This repository is using AWS CDK v2 and is not compatible with AWS CDK v1 bootstrap stack.
@@ -12,8 +12,8 @@ Run the following commands inside `infrastructure` directory for building, deplo
1212

1313
```
1414
npm run build
15-
npm run cdk:deploy
16-
npm run cdk:destroy
15+
npm run cdk:deploy -- --all
16+
npm run cdk:destroy -- --all
1717
```
1818

1919

infrastructure/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Fargate App with SSL Certificate
1+
# CI/CD Pipeline for ECS Application
22

33

4-
Repository from [exanubes.com](https://exanubes.com) for [Deploying ECS Fargate Application](https://exanubes.com/blog/adding-ssl-certificate-to-fargate-app).
4+
Repository from [exanubes.com](https://exanubes.com) for [CI/CD pipeline for ECS application](https://exanubes.com/blog/ci-cd-pipeline-for-ecs-application).
55

66

77
This repository is using AWS CDK v2 and is not compatible with AWS CDK v1 bootstrap stack.
@@ -12,8 +12,8 @@ Run the following commands for building, deploying and destroying stacks
1212

1313
```
1414
npm run build
15-
npm run cdk:deploy
16-
npm run cdk:destroy
15+
npm run cdk:deploy -- --all
16+
npm run cdk:destroy -- --all
1717
```
1818

1919

0 commit comments

Comments
 (0)