Skip to content

Merge pull request #11 from chnm/cicd-hugo-workflow #14

Merge pull request #11 from chnm/cicd-hugo-workflow

Merge pull request #11 from chnm/cicd-hugo-workflow #14

Workflow file for this run

name: "[mathhumanist-website] Build, Release, Deploy"
on:
push:
branches:
- "main"
paths:
- "**"
jobs:
hugo-build-release-deploy:
uses: chnm/.github/.github/workflows/hugo--build-release-deploy.yml@main
secrets: inherit
with:
container-registry: "ghcr.io"
container-image-name: "mathhumanist-website"
hugo-context-root: "."
hugo-devl-url: "https://mathhumanists.org"
hugo-prod-url: "https://mathhumanists.org"
build-artifact-name: "mathhumanist-website"
release-tag-name-type: "iso"
website-devl-fqdn: "mathhumanists.org"
website-prod-fqdn: "mathhumanists.org"