File tree 1 file changed +35
-3
lines changed
1 file changed +35
-3
lines changed Original file line number Diff line number Diff line change @@ -339,16 +339,48 @@ <h3 style="margin-block-end: 25px;">
339
339
</ section >
340
340
< section >
341
341
< div class ="wrap size-75 ">
342
- < h3 style =" margin-block-end: 25px; " >
342
+ < h3 >
343
343
What's Next?
344
344
</ h3 >
345
+ < p class ="paper-text " style ="margin-block-start: 50px; ">
346
+ Now that we have a pipeline, we can use other tools in order to make the deployment.
347
+ We can use Image Registery (like Docker). We can use Kubernetes Helm Charts. We can use
348
+ Jenkins. We can use Flask or ArgoCD to change the deployment environment to update the versions.
349
+ </ p >
345
350
</ div >
346
351
</ section >
347
352
< section >
348
- < div class ="wrap size-75 ">
349
- < h3 style =" margin-block-end: 25px; " >
353
+ < div class ="wrap size-50 ">
354
+ < h3 >
350
355
Resources
351
356
</ h3 >
357
+ < ul style ="margin-block-start: 50px; ">
358
+ < li >
359
+ < a href ="https://docs.gitlab.com/ee/ci/ ">
360
+ docs.gitlab.com/ci
361
+ </ a >
362
+ </ li >
363
+ < li >
364
+ < a href ="https://docs.gitlab.com/runner/ ">
365
+ docs.gitlab.com/runner
366
+ </ a >
367
+ </ li >
368
+ < li >
369
+ < a href ="https://docs.gitlab.com/ee/ci/pipelines/ ">
370
+ docs.gitlab.com/ci/pipeline
371
+ </ a >
372
+ </ li >
373
+ < li >
374
+ < a href ="https://about.gitlab.com/blog/2019/07/12/guide-to-ci-cd-pipelines/ ">
375
+ about.gitlab.com/blog/2019/07/12
376
+ </ a >
377
+ </ li >
378
+ < li >
379
+ < a href ="https://docs.gitlab.com/ee/ci/yaml/gitlab_ci_yaml.html ">
380
+ docs.gitlab.com/ci/yaml
381
+ </ a >
382
+ </ li >
383
+ </ ul >
352
384
</ div >
353
385
</ section >
354
386
< section >
You can’t perform that action at this time.
0 commit comments