There was an error while loading. Please reload this page.
1 parent 7bc65e4 commit e523baeCopy full SHA for e523bae
Course/lesson-5.md
@@ -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
@@ -43,7 +43,7 @@ To install GitLab Runner using Homebrew:
43
44
45
6. Stop GitLab Runner:
46
-* `brew services info gitlab-runner ` - brew services info
+* `brew services info gitlab-runner` - brew services info
47
* `brew services list` - brew services status check
48
* `brew services stop gitlab-runner` - Stopping gitlab-runner
49
*
0 commit comments