跳至主要內容

How to Deploy Hugo to GitLab Pages and Point It to a Gandi Domain

(the post is automatically translated by AI) Table of Contents Introduction Migrating the GitHub Repo to GitLab Configuring the GitLab CI/CD Pipeline Scheduled Deployment (Auto-Deploy on a Schedule) Pointing the Gandi Domain to GitLab Pages Configure GitLab Pages Configure Gandi DNS Conclusion References Introduction My personal website was previously hosted on GitHub, deployed via GitHub Actions to GitHub Pages, with a custom domain pointed to it. That workflow was convenient — once set up, I only had to focus on content and not worry about deployment. ...

October 28, 2023 · 4 min · GanniPiece

How to Run GitLab Runner in Docker

(the post is automatically translated by AI) Introduction While you can run a GitLab Runner installed directly on your machine, GitLab also provides Docker images [[1]] that let you run GitLab Runner inside a Docker container. This article follows the official documentation [[2]] — starting with installing Docker, then creating a container, and finally running GitLab Runner inside it. Installing Docker macOS $ brew cask install docker Linux (Ubuntu) [[3]] If this is your first Docker installation: ...

October 25, 2021 · 2 min · GanniPiece