File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
11-DevOps-with-AWS-Developer-Tools Expand file tree Collapse file tree 3 files changed +6
-8
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -53,10 +53,9 @@ git clone https://git-codecommit.us-east-1.amazonaws.com/v1/repos/eks-devops-ngi
53
53
```
54
54
- Copy all files from course section ** 11-DevOps-with-AWS-Developer-Tools/Application-Manifests** to local repository
55
55
- buildspec.yml
56
- - docker-manifests
57
- - Dockerfile
58
- - app1
59
- - index.html
56
+ - Dockerfile
57
+ - app1
58
+ - index.html
60
59
- kube-manifests
61
60
- 01-DEVOPS-Nginx-Deployment.yml
62
61
- 02-DEVOPS-Nginx-NodePortService.yml
@@ -74,10 +73,9 @@ git status
74
73
### Application Manifests Overview
75
74
- Application-Manifests
76
75
- buildspec.yml
77
- - docker-manifests
78
- - Dockerfile
79
- - app1
80
- - index.html
76
+ - Dockerfile
77
+ - app1
78
+ - index.html
81
79
- kube-manifests
82
80
- 01-DEVOPS-Nginx-Deployment.yml
83
81
- 02-DEVOPS-Nginx-NodePortService.yml
You can’t perform that action at this time.
0 commit comments