POMP-176 Modify address template to display message when no transcript #428
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy graduations.lib.unb.ca | |
on: | |
pull_request: | |
push: | |
workflow_dispatch: | |
jobs: | |
deploy: | |
uses: unb-libraries/dockworker/.github/workflows/[email protected] | |
with: | |
branch-env-map: '{"dev":"dev","prod":"prod"}' | |
build-themes: true | |
deploy-branches: '["dev","prod"]' | |
image-name: 'ghcr.io/unb-libraries/graduations.lib.unb.ca' | |
k8s-deployment-name: 'graduations-lib-unb-ca' | |
push-branches: '["dev","prod"]' | |
secrets: | |
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG_DATA }} | |
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} | |
GH_CONTAINER_REGISTRY_USER: ${{ secrets.GH_CONTAINER_REGISTRY_USER }} | |
GH_CONTAINER_REGISTRY_TOKEN: ${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }} |