Skip to content

This docker image will build Jekyll sites on the Google Cloud Builder platform.

Notifications You must be signed in to change notification settings

arakelian/jekyll-cloud-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jekyll-cloud-builder

This docker image will build Jekyll sites on the Google Cloud Builder platform. It can also be used manually to build a Jekyll site using Docker.

Inspired by Gordon Leigh.

Manual usage

docker run -v "$PWD":/workspace --rm arakelian/jekyll-cloud-builder:latest

cloudbuild.yaml

The following example builds a static website and uploads it to Google Cloud Storage, where it can be served directly. To get started, first create a bucket for your domain as described in Hosting a static website.

steps:
- name: arakelian/jekyll-cloud-builder:latest
- name: gcr.io/cloud-builders/gcloud
  entrypoint: gsutil
  args: ["-m", "rsync", "-r", "-c", "-d", "./_site", "gs://example.com"]

About

This docker image will build Jekyll sites on the Google Cloud Builder platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published