Skip to content

Hugo build, release, deploy #59

Hugo build, release, deploy

Hugo build, release, deploy #59

Workflow file for this run

name: "Deploy"
on:
push:
branches:
- "main"
paths:
- ".github/workflows/deploy.yml"
workflow_dispatch:
jobs:
deploy:
uses: chnm/.github/.github/workflows/hugo--build-release-deploy.yml@hugo-workflow
#secrets: inherit
with:
github-run-id: "${{ github.run_id }}"
github-workflow: "${{ github.workflow }}"
github-workflow-ref: "${{ github.workflow_ref }}"
github-workflow-sha: "${{ github.workflow_sha }}"
github-workspace: "${{ github.workspace }}"
github-repository: "${{ github.repository }}"
github-repository-owner: "${{ github.repository_owner }}"
github-repository-name: "${{ github.event.repository.name }}"
github-repository-url: "${{ github.repository-url }}"
github-action-ref: "${{ github.action_ref }}"
github-event-name: "${{ github.event_name }}"
github-actor: "${{ github.actor }}"
github-triggering-actor: "${{ github.triggering_actor }}"
github-base-ref: "${{ github.base_ref }}"
github-ref-name: "${{ github.ref_name }}"
github-ref-type: "${{ github.ref_type }}"
github-ref: "${{ github.ref }}"
github-sha: "${{ github.sha }}"
container-registry: "ghcr.io"
container-image-name: "cicd-testing-website"
hugo-context-root: "."
hugo-devl-url: "devl.rrchnm.site"
hugo-prod-url: "prod.rrchnm.site"
build-artifact-name: "cicd-testing-website"
release-tag-name-type: "semvar"