Skip to content

refactor: Move redundant code to a partial #22

refactor: Move redundant code to a partial

refactor: Move redundant code to a partial #22

Workflow file for this run

name: "Build and Publish, Deploy Docker Image"
on:
workflow_dispatch:
push:
branches:
- "main"
paths:
- "**"
jobs:
build-publish:
uses: chnm/.github/.github/workflows/django--build-publish.yml@main
secrets: inherit
with:
container-registry: "ghcr.io"
container-image-name: "winterthur"
django-context-root: "."
website-devl-fqdn: "dev.winterthur.rrchnm.org"
website-prod-fqdn: "dev.winterthur.rrchnm.org"
deploy:
uses: chnm/.github/.github/workflows/django--deploy.yml@main
needs: [build-publish]
secrets: inherit
with:
website-devl-fqdn: "dev.winterthur.rrchnm.org"
website-prod-fqdn: "dev.winterthur.rrchnm.org"