From c6bdeb741c7a4fd39c65a97bf37844b3c46ab7e1 Mon Sep 17 00:00:00 2001 From: Orwa Diraneyya Date: Thu, 2 Dec 2021 15:00:43 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f5d86c..7f07b88 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +Each time the main branch (i.e. the `master` branch) on this repo changes, the following website changes in response to that change: +https://rwth-crmasters-wise2122.gitlab.io/deep-music-visualizer-showdown/ + +The process responsible of this is called DevOps and is described in the file named `.gitlab-ci.yml` at the root of this repo. + # An Example of a Website Development Process Using a Static-Site-Generation tool named _HUGO_ and a repository made up of markdown files, images/videos and HTML templates. @@ -61,4 +66,4 @@ After creating your own branch (following the guidelines above). Follow these st - [Deep Music Visualizer](https://github.com/msieg/deep-music-visualizer): Is a repository on GitHub that we use in this project to generate music visualizations from a music file and a list of image classes from a public dataset. - [HUGO](https://gohugo.io/): Is a computer program that generates a website from a set of `.md` files containing the content, which are formatted using a number of `.html` _Go_ templates. - [GitLabs CI/CD](https://docs.gitlab.com/ee/ci/yaml/): Is a DevOps system where pushes to GitLab repository triggers a computer script that can then generate something useful, in this case a website. -- [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/): Is the part of GitLab where GitLab CI/CD generates a website and GitLab provides a URL where this DevOps-generated website can be served. \ No newline at end of file +- [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/): Is the part of GitLab where GitLab CI/CD generates a website and GitLab provides a URL where this DevOps-generated website can be served.