10 lines
696 B
Markdown
10 lines
696 B
Markdown
---
|
|
date: '2020-03-01'
|
|
title: 'Deploying a Jekyll site to Netlify with Docker and GitLab CI'
|
|
description: "This is a step-by-step guide covering how to automatically deploy a Jekyll site to Netlify using Docker and GitLab CI/CD. This post assumes that have already set up a GitLab repository and a Netlify site."
|
|
tags: ['development', 'Netlify', 'Jekyll', 'GitLab', 'Docker']
|
|
---
|
|
|
|
**[Michael Herman:](https://mherman.org/blog/deploying-jekyll-netlify-docker-gitlab-ci/)**
|
|
|
|
> This is a step-by-step guide covering how to automatically deploy a Jekyll site to Netlify using Docker and GitLab CI/CD. This post assumes that have already set up a GitLab repository and a Netlify site.<!-- excerpt -->
|