LOYALIST-39 Motty migration: update event type plugin #277
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 loyalist.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/loyalist.lib.unb.ca' | |
k8s-deployment-name: 'loyalist-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 }} |