/daggercd2024

dagger.io example for code days 2024

Primary LanguageHTMLMIT LicenseMIT

Publishing a static website with goHugo.io and dagger.io

Example project demonstrating Dagger.io CI/CD pipelines by building and optimizing a website with the Hugo static site generator and optimizing PNG images via pngquant.

This example was used for the introductory talk on dagger.io at the Code Days

Preparation

  • Clone this repository
  • Install a docker compatible engine (I successfully used Rancher Desktop)
  • Install the stable node.js release and the dagger-cli (optional)
  • npm install
  • see ./run.sh and ./runWithCli.sh