Skip to content

Commit e523bae

Browse files
19.11 lesson-5.md update
New lesson Pipeline
1 parent 7bc65e4 commit e523bae

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Course/lesson-5.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Build a real life CI/CD Pipeline for a Node.js application
2+
3+
### Final Pipeline for Node.js Git Project:
4+
* Run Unit Tests
5+
* Run SAST
6+
* Build Docker Image
7+
* Push to Docker Registry
8+
* Deploy to DEV
9+
* Promote to STAGING
10+
* Promote to PROD
11+

Course/local-runner/local-runner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To install GitLab Runner using Homebrew:
4343

4444

4545
6. Stop GitLab Runner:
46-
* `brew services info gitlab-runner ` - brew services info
46+
* `brew services info gitlab-runner` - brew services info
4747
* `brew services list` - brew services status check
4848
* `brew services stop gitlab-runner` - Stopping gitlab-runner
4949
*

0 commit comments

Comments
 (0)