From b02f65ab00a9b26a0c1eb16021d8128a5f45f15f Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Tue, 12 Jul 2022 09:00:45 +1200 Subject: [PATCH] vault backup: 2022-07-12 09:00:45 --- content/notes/continuous-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/notes/continuous-integration.md b/content/notes/continuous-integration.md index 9f016db76..16edea8fd 100644 --- a/content/notes/continuous-integration.md +++ b/content/notes/continuous-integration.md @@ -26,7 +26,7 @@ This is the basic gitlab infrastructure which uses google cloud ![300](https://i.imgur.com/HTWz2mQ.png) ![300](https://i.imgur.com/V87CeQY.png) # 6 CI Website hosting -Due to the need to share artifacts produces by CI, most repo hosting services now also host websites. These are static websites i.e., all content if fixed. These websites are produced using Static Site Generators (SSGs). The code is hosted on the repo, which a CI pipeline converts into HTML files and publishes automatically. +Due to the need to share artifacts produces by CI, most repo hosting services now also host websites. These are static websites i.e., all content is fixed. These websites are produced using Static Site Generators (SSGs). The code is hosted on the repo, which a CI pipeline converts into HTML files and publishes automatically. # 7 How to create Most CI frameworks use YAML for configuration. YAML has a structured text based format similar to python and json