DevOps Website

Agile web hosting with GitHub Pages.

CI/CD pipeline used by this site

2019-12-09 DevOps Howto

CI/CD chart

This website is built from Markdown files using Hugo static website generator and hosted by GitHub Pages, a web hosting service of GitHub platform.

The CI (continuous integration) part of the pipeline is implemented with Hugo's built-in webserver mode. It will watch the files for any changes and automatically rebuild the site on-the-fly, even refreshing the web browser view for the user (this can be disabled).

Continue reading

To successfully implement continuous delivery, you need to change the culture of how an entire organization views software development efforts.

Tommy Tynjä

It is not the strongest of the species that survive, nor the most intelligent, but the one most responsive to change.

Charles Darwin

Any roles involved in a project that do not directly contribute toward the goal of putting valuable software in the hands of users as quickly as possible should be carefully considered.

Stein Inge Morisbak

The most powerful tool we have as developers is automation.

Scott Hanselman