Teknik Uglen

Recent posts:

ci-cd

Site Deployment

Now that I have my container images ready, I can build my site and deploy it.

Let’s make a Jenkins pipeline to handle the deployment.

Read more ⮕

container

Nginx Container

To host my Hugo generated static site I’ll need a web server.

For this task I have chosen to use nginx.

Read more ⮕

container

Hugo Container

I am using Hugo to build this website and it made sense for me to automate this.

The first step on that journey is to create a container to use for the static site files generation.

Read more ⮕