Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 authored Jan 26, 2024
1 parent 2f24513 commit 19e5fd7
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,34 @@ on:
jobs:

deploy:
uses: chnm/.github/.github/workflows/ansible--deploy-ssg-website.yml@restricted-workflow
uses: chnm/.github/.github/workflows/hugo--build-release-deploy.yml@refs/heads/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"

0 comments on commit 19e5fd7

Please sign in to comment.