Skip to content

Hero Image

Hero Image #17

name: "[mv-website] Build, Release, Deploy"
on:
workflow_dispatch:
push:
branches:
- "main"
paths:
- "mv-website/**"
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: "mv-website"
hugo-context-root: "mv-website"
hugo-devl-url: "https://dev.earlymodernviolence.org"
hugo-prod-url: "https://dev.earlymodernviolence.org"
#hugo-prod-url: "https://earlymodernviolence.org"
build-artifact-name: "mv-website"
release-tag-name-type: "iso"
website-devl-fqdn: "dev.earlymodernviolence.org"
website-prod-fqdn: "dev.earlymodernviolence.org"
#website-prod-fqdn: "earlymodernviolence.org"