Update Application and Dependencies #271
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 bnald.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/bnald.lib.unb.ca' | |
k8s-deployment-name: 'bnald-lib-unb-ca' | |
push-branches: '["dev","prod"]' | |
platforms: 'linux/amd64' | |
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 }} |