Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

removed workflow_dispatch #13

removed workflow_dispatch

removed workflow_dispatch #13

Workflow file for this run

name: "[ct-website] Build, Release, Deploy"
on:
push:
branches:
- "main"
- "preview"
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: "ct-website"
hugo-context-root: "."
hugo-devl-url: "https://dev.connectingthreads.co.uk"
hugo-prod-url: "https://connectingthreads.co.uk"
build-artifact-name: "ct-website"
release-tag-name-type: "iso"
website-devl-fqdn: "dev.connectingthreads.co.uk"
website-prod-fqdn: "connectingthreads.co.uk"