Skip to content

updating cicd.yml to support automated deployments #9

updating cicd.yml to support automated deployments

updating cicd.yml to support automated deployments #9

Workflow file for this run

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